feat(react,styles): add grid layout for table component #1166
Annotations
10 errors
eslint
Type '{ children: Element[]; className: string; "data-foo": string; }' is not assignable to type 'IntrinsicAttributes & (TableProps | TableGridProps)'.
|
eslint
Type '{ children: Element[]; variant: "border"; }' is not assignable to type 'IntrinsicAttributes & (TableProps | TableGridProps)'.
|
eslint
Type '{ children: Element; }' is not assignable to type 'IntrinsicAttributes & (TableProps | TableGridProps)'.
|
eslint
Type '{ children: Element; }' is not assignable to type 'IntrinsicAttributes & (TableProps | TableGridProps)'.
|
eslint
Type '{ children: Element; }' is not assignable to type 'IntrinsicAttributes & (TableProps | TableGridProps)'.
|
eslint
Type '{ children: Element; }' is not assignable to type 'IntrinsicAttributes & (TableProps | TableGridProps)'.
|
eslint
Type '{ children: Element; }' is not assignable to type 'IntrinsicAttributes & (TableProps | TableGridProps)'.
|
eslint
Type '{ children: Element; }' is not assignable to type 'IntrinsicAttributes & (TableProps | TableGridProps)'.
|
eslint
Type '{ children: Element; }' is not assignable to type 'IntrinsicAttributes & (TableProps | TableGridProps)'.
|
eslint
Type '{ children: Element; }' is not assignable to type 'IntrinsicAttributes & (TableProps | TableGridProps)'.
|