quirk-ui 0.0.488 → 0.0.489
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/core.d.ts +1 -1
- package/dist/main.d.ts +1 -1
- package/package.json +1 -1
package/dist/core.d.ts
CHANGED
package/dist/main.d.ts
CHANGED
|
@@ -1399,7 +1399,7 @@ export declare function useLocaleBridge(): LocaleBridgeValue;
|
|
|
1399
1399
|
|
|
1400
1400
|
export declare type UtilityItem = {
|
|
1401
1401
|
_key?: string;
|
|
1402
|
-
label: string;
|
|
1402
|
+
label: string | default_2.ReactNode;
|
|
1403
1403
|
ariaLabel: string;
|
|
1404
1404
|
href?: string;
|
|
1405
1405
|
variant?: Variant;
|