UNPKG

nuxt-live-editor

Version:
8 lines (7 loc) 245 B
export declare const useKey: (option_key: string) => { getTypeKey: () => string; addTypeKey: (type: string) => string; getValueKey: () => string; checkNewOptionKey: (default_value?: any) => void; getKeyLink: () => string; };