vue3-snackbar
Version:
<p align="center"> <a href="https://evomark.co.uk" target="_blank" alt="Link to evoMark's website"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://evomark.co.uk/wp-content/uploads/static/evomark-logo--dark.svg
59 lines • 1.88 kB
TypeScript
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & (new () => {
$slots: S;
});
declare const __VLS_component: import("vue").DefineComponent<{}, {
$emit: typeof emit;
$props: Partial<typeof props>;
borderClass: string;
message: Record<string, any>;
messageClass: string;
messageActionClass: string;
dense: boolean;
iconPresets: Record<string, any>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
type __VLS_Slots = {
'message-inner'?: (props: {
message: Record<string, any>;
}) => any;
} & {
'message-icon'?: (props: {
message: Record<string, any>;
icon: any;
}) => any;
} & {
'message-badge'?: (props: {
message: Record<string, any>;
count: any;
}) => any;
} & {
'message-content'?: (props: {
message: Record<string, any>;
title: any;
text: any;
}) => any;
} & {
'message-action'?: (props: {
message: Record<string, any>;
isDismissible: any;
dismiss: () => void;
}) => any;
} & {
'message-close-icon'?: (props: {
message: Record<string, any>;
isDimissible: any;
isDismissible: any;
dismiss: () => void;
}) => any;
};
declare const emit: (event: "dismiss" | "click:action", ...args: any[]) => void;
declare const props: {
readonly borderClass: string;
readonly message: Record<string, any>;
readonly messageClass: string;
readonly messageActionClass: string;
readonly dense: boolean;
readonly iconPresets: Record<string, any>;
};
//# sourceMappingURL=Vue3SnackbarMessage.vue.d.ts.map