UNPKG

@spaceone/design-system

Version:
30 lines (29 loc) 679 B
declare const _default: { name: string; directives: { tooltip: import("vue").DirectiveOptions; }; props: { tag: { type: StringConstructor; default: string; }; contents: { type: StringConstructor; default: null; }; position: { type: StringConstructor; default: string; }; options: { type: ObjectConstructor; default: () => {}; validator(): boolean; }; }; setup(props: any): { tooltipOptions: import("@vue/composition-api").Ref<any>; }; }; export default _default;