@rabex-kit/rabex-ui 0.1.32 → 0.1.34

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.
@@ -7,7 +7,7 @@ export declare type RTableHeadProps = StackProps;
7
7
  * You can read Material-UI TableHead Documentation [here](https://mui.com/material-ui/api/table-head/).
8
8
  *
9
9
  * ```typescript
10
- * import { TableHead } from '@rabex-kit/core';
10
+ * import { TableHead } from '@rabex-kit/rabex-ui';
11
11
  * ```
12
12
  * @param props
13
13
  * @returns
@@ -7,7 +7,7 @@ export declare type RTableRowProps = StackProps;
7
7
  * You can read Material-UI TableRow Documentation [here](https://mui.com/material-ui/api/table-row/).
8
8
  *
9
9
  * ```typescript
10
- * import { TableRow } from '@rabex-kit/core';
10
+ * import { TableRow } from '@rabex-kit/rabex-ui';
11
11
  * ```
12
12
  * @param props
13
13
  * @returns