@economic/taco 2.55.0-settings.4 → 2.55.0-settings.5
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/taco.cjs.map +1 -1
- package/dist/taco.d.ts +2 -2
- package/dist/taco.js.map +1 -1
- package/package.json +2 -2
package/dist/taco.d.ts
CHANGED
@@ -3510,9 +3510,9 @@ export declare type TabTriggerProps = React_2.HTMLAttributes<HTMLButtonElement>
|
|
3510
3510
|
tooltip?: string | JSX.Element;
|
3511
3511
|
};
|
3512
3512
|
|
3513
|
-
declare type TacoSettingsLoadHandler = <TType = unknown>(key: string) => Promise<TType>;
|
3513
|
+
export declare type TacoSettingsLoadHandler = <TType = unknown>(key: string) => Promise<TType>;
|
3514
3514
|
|
3515
|
-
declare type TacoSettingsSaveHandler = <TType = unknown>(key: string, setting: TType) => Promise<void>;
|
3515
|
+
export declare type TacoSettingsSaveHandler = <TType = unknown>(key: string, setting: TType) => Promise<void>;
|
3516
3516
|
|
3517
3517
|
export declare const Tag: default_2.ForwardRefExoticComponent<Omit<default_2.HTMLAttributes<HTMLSpanElement>, "children"> & {
|
3518
3518
|
children: string;
|