@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.
- package/dist/RTableHead/index.d.ts +1 -1
- package/dist/RTableRow/index.d.ts +1 -1
- package/dist/Theme/Tabs/index.d.ts +1 -2673
- package/dist/rabex-ui.cjs.development.js +101 -51
- package/dist/rabex-ui.cjs.development.js.map +1 -1
- package/dist/rabex-ui.cjs.production.min.js +1 -1
- package/dist/rabex-ui.cjs.production.min.js.map +1 -1
- package/dist/rabex-ui.esm.js +101 -51
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
@@ -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/
|
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/
|
10
|
+
* import { TableRow } from '@rabex-kit/rabex-ui';
|
11
11
|
* ```
|
12
12
|
* @param props
|
13
13
|
* @returns
|