26 lines
693 B
TypeScript
26 lines
693 B
TypeScript
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
label: {
|
|
type: import("vue").PropType<string>;
|
|
default: undefined;
|
|
};
|
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
close: () => void;
|
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
label: {
|
|
type: import("vue").PropType<string>;
|
|
default: undefined;
|
|
};
|
|
}>> & {
|
|
onClose?: (() => any) | undefined;
|
|
}, {
|
|
label: string;
|
|
}, {}>, {
|
|
default?(_: {}): any;
|
|
}>;
|
|
export default _default;
|
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
new (): {
|
|
$slots: S;
|
|
};
|
|
};
|