12 lines
498 B
TypeScript
12 lines
498 B
TypeScript
type __VLS_Props = {
|
|
message: string | null;
|
|
show: boolean;
|
|
title?: string;
|
|
};
|
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
close: () => any;
|
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
onClose?: (() => any) | undefined;
|
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
export default _default;
|