@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
30 lines (29 loc) • 1.02 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
modelValue: string;
theme: string;
language: string;
readonly: boolean;
monacoEditorOptions: Record<string, any>;
configPath: string;
modalTitle: string;
onSubmitModal: (newValue: string) => void;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
modelValue: string;
theme: string;
language: string;
readonly: boolean;
monacoEditorOptions: Record<string, any>;
configPath: string;
modalTitle: string;
onSubmitModal: (newValue: string) => void;
}> & Readonly<{}>, {
modelValue: string;
theme: string;
language: string;
readonly: boolean;
monacoEditorOptions: Record<string, any>;
configPath: string;
modalTitle: string;
onSubmitModal: (newValue: string) => void;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;