diff --git a/src/Table.tsx b/src/Table.tsx index 7a67b7a8..5079d4ea 100644 --- a/src/Table.tsx +++ b/src/Table.tsx @@ -31,7 +31,14 @@ export namespace TableProps { type ExtractColorVariant = FrClassName extends `fr-table--${infer AccentColor}` ? Exclude< AccentColor, - "no-scroll" | "no-caption" | "caption-bottom" | "layout-fixed" | "bordered" + | "no-scroll" + | "no-caption" + | "caption-bottom" + | "layout-fixed" + | "bordered" + | "multiline" + | "sm" + | "lg" > : never;