@finema/core 2.52.5 → 2.52.6
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/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -6,7 +6,7 @@ type Slot = TableSlots<any> & {
|
|
|
6
6
|
};
|
|
7
7
|
type __VLS_Props = {
|
|
8
8
|
options: ISimpleTableOptions<any>;
|
|
9
|
-
ui?: typeof tableTheme['slots'];
|
|
9
|
+
ui?: (typeof tableTheme)['slots'];
|
|
10
10
|
};
|
|
11
11
|
type __VLS_Slots = Slot;
|
|
12
12
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|