nuxt-live-editor
Version:
My new Nuxt module
41 lines (40 loc) • 2.08 kB
TypeScript
export declare const useSettingPopup: import("pinia").StoreDefinition<"settingPopup", import("pinia")._UnwrapAll<Pick<{
is_open_popup_login: import("vue").Ref<boolean>;
is_open: import("vue").Ref<boolean>;
key: import("vue").Ref<string>;
current_value_selected: import("vue").Ref<any>;
type_popup: import("vue").Ref<string>;
position_x: import("vue").Ref<number>;
position_y: import("vue").Ref<number>;
popup_width: import("vue").Ref<number>;
popup_height: import("vue").Ref<number>;
setPositionPopup: (x: number, y: number) => void;
current_tab: import("vue").Ref<number>;
text_content_selection: import("vue").ComputedRef<string | undefined>;
}, "is_open_popup_login" | "is_open" | "key" | "current_value_selected" | "type_popup" | "position_x" | "position_y" | "popup_width" | "popup_height" | "current_tab">>, Pick<{
is_open_popup_login: import("vue").Ref<boolean>;
is_open: import("vue").Ref<boolean>;
key: import("vue").Ref<string>;
current_value_selected: import("vue").Ref<any>;
type_popup: import("vue").Ref<string>;
position_x: import("vue").Ref<number>;
position_y: import("vue").Ref<number>;
popup_width: import("vue").Ref<number>;
popup_height: import("vue").Ref<number>;
setPositionPopup: (x: number, y: number) => void;
current_tab: import("vue").Ref<number>;
text_content_selection: import("vue").ComputedRef<string | undefined>;
}, "text_content_selection">, Pick<{
is_open_popup_login: import("vue").Ref<boolean>;
is_open: import("vue").Ref<boolean>;
key: import("vue").Ref<string>;
current_value_selected: import("vue").Ref<any>;
type_popup: import("vue").Ref<string>;
position_x: import("vue").Ref<number>;
position_y: import("vue").Ref<number>;
popup_width: import("vue").Ref<number>;
popup_height: import("vue").Ref<number>;
setPositionPopup: (x: number, y: number) => void;
current_tab: import("vue").Ref<number>;
text_content_selection: import("vue").ComputedRef<string | undefined>;
}, "setPositionPopup">>;