@reapit/elements 3.8.5 → 3.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,9 +12,6 @@ export declare const ElTableCellNarrowOrder9: import("@linaria/core").LinariaCla
12
12
  export declare const ElTableCellNarrowOrder10: import("@linaria/core").LinariaClassName;
13
13
  export declare const ElTableCellNarrowOrder11: import("@linaria/core").LinariaClassName;
14
14
  export declare const ElTableCellNarrowOrder12: import("@linaria/core").LinariaClassName;
15
- export declare const ElTable: import("@linaria/core").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
16
- as?: import("react").ElementType<any> | undefined;
17
- }>;
18
15
  export declare const elTableNarrowCellIsFullWidth: import("@linaria/core").LinariaClassName;
19
16
  export declare const elTableCellHasDarkText: import("@linaria/core").LinariaClassName;
20
17
  export declare const elTableRowFocused: import("@linaria/core").LinariaClassName;
@@ -51,3 +48,6 @@ export declare const ElTableExpandableRow: import("@linaria/core").StyledMeta &
51
48
  export declare const ElTableExpandableContainer: import("@linaria/core").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
52
49
  as?: import("react").ElementType<any> | undefined;
53
50
  }>;
51
+ export declare const ElTable: import("@linaria/core").StyledMeta & import("react").FunctionComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
52
+ as?: import("react").ElementType<any> | undefined;
53
+ }>;