fluid-primitives 0.5.0 → 0.5.1
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.
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Component$1 as Component, Machine$1 as Machine } from "./index-u51T4Hsb.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as _zag_js_types5 from "@zag-js/types";
|
|
3
3
|
import * as select from "@zag-js/select";
|
|
4
4
|
|
|
5
5
|
//#region Resources/Private/Primitives/Select/Select.d.ts
|
|
6
6
|
declare class Select extends Component<select.Props, select.Api> {
|
|
7
7
|
name: string;
|
|
8
8
|
initMachine(props: select.Props): Machine<any>;
|
|
9
|
-
initApi(): select.Api<
|
|
9
|
+
initApi(): select.Api<_zag_js_types5.PropTypes<{
|
|
10
10
|
[x: string]: any;
|
|
11
11
|
}>, any>;
|
|
12
12
|
render: () => void;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Component$1 as Component, Machine$1 as Machine } from "./index-u51T4Hsb.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as _zag_js_types4 from "@zag-js/types";
|
|
3
3
|
import * as tabs from "@zag-js/tabs";
|
|
4
4
|
|
|
5
5
|
//#region Resources/Private/Primitives/Tabs/Tabs.d.ts
|
|
6
6
|
declare class Tabs extends Component<tabs.Props, tabs.Api> {
|
|
7
7
|
name: string;
|
|
8
8
|
initMachine(props: tabs.Props): Machine<any>;
|
|
9
|
-
initApi(): tabs.Api<
|
|
9
|
+
initApi(): tabs.Api<_zag_js_types4.PropTypes<{
|
|
10
10
|
[x: string]: any;
|
|
11
11
|
}>>;
|
|
12
12
|
render: () => void;
|