reshaped 3.3.12 → 3.3.13

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.
package/dist/bundle.d.ts CHANGED
@@ -96,7 +96,7 @@ export type { StepperProps } from "./components/Stepper";
96
96
  export { default as Switch } from "./components/Switch";
97
97
  export type { SwitchProps } from "./components/Switch";
98
98
  export { default as Table } from "./components/Table";
99
- export type { TableProps } from "./components/Table";
99
+ export type { TableProps, TableBodyProps, TableHeadProps, TableHeadingProps, TableCellProps, TableRowProps, } from "./components/Table";
100
100
  export { default as Tabs } from "./components/Tabs";
101
101
  export type { TabsProps } from "./components/Tabs";
102
102
  export { default as Text } from "./components/Text";