@a2simcode/ui 0.0.41 → 0.0.42
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.
|
@@ -85,6 +85,7 @@ export type { SchemaConfig } from './comp/src/interface';
|
|
|
85
85
|
export type { FormSchemaConfig, RuleType } from './form/src/interface';
|
|
86
86
|
export type { PageSchemaConfig } from './page/src/interface';
|
|
87
87
|
export type { ColumnSchemaConfig } from './table/src/interface';
|
|
88
|
+
export { useLayer } from './dynamic-layer';
|
|
88
89
|
declare const _default: {
|
|
89
90
|
install: (app: App) => void;
|
|
90
91
|
};
|
package/dist/simcode-ui.es.js
CHANGED
|
@@ -19261,5 +19261,6 @@ export {
|
|
|
19261
19261
|
FC as toTree,
|
|
19262
19262
|
VC as uniqueArray,
|
|
19263
19263
|
Jd as upFirst,
|
|
19264
|
+
Ba as useLayer,
|
|
19264
19265
|
rf as useSortable
|
|
19265
19266
|
};
|