oziko-ui-kit 0.0.76 → 0.0.78
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/index.export.d.ts +1 -0
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.export.d.ts
CHANGED
|
@@ -173,6 +173,7 @@ export { type TypeCell } from "./components/organisms/table/Table";
|
|
|
173
173
|
export { type NotificationPlacement, type NotificationConfig, type NotificationAPI, type NotificationProviderProps, } from "./components/organisms/notification";
|
|
174
174
|
export { type IconName } from "./utils/iconList";
|
|
175
175
|
export { type TypeInputType } from "./custom-hooks/useInputRepresenter";
|
|
176
|
+
export { type TypeProperties } from "./custom-hooks/useInputRepresenter";
|
|
176
177
|
export { api as apiUtil } from "./utils/api";
|
|
177
178
|
export { color as colorUtil } from "./utils/color";
|
|
178
179
|
export { helperUtils } from "./utils/helperUtils";
|