@dialpad/dialtone-vue
Version:
Vue component library for Dialpad's design system Dialtone
102 lines • 2.33 kB
TypeScript
declare const _default: import('vue').DefineComponent<{
titleId: {
type: StringConstructor;
default: undefined;
};
contentId: {
type: StringConstructor;
default: undefined;
};
title: {
type: StringConstructor;
default: string;
};
role: {
type: StringConstructor;
default: string;
validate(role: any): boolean;
};
important: {
type: BooleanConstructor;
default: boolean;
};
kind: {
type: StringConstructor;
default: string;
validate(kind: any): boolean;
};
hideClose: {
type: BooleanConstructor;
default: boolean;
};
hideIcon: {
type: BooleanConstructor;
default: boolean;
};
hideAction: {
type: BooleanConstructor;
default: boolean;
};
truncateText: {
type: BooleanConstructor;
default: boolean;
};
}, {}, {}, {
noticeClass(): any[];
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], string, Readonly<import('vue').ExtractPropTypes<{
titleId: {
type: StringConstructor;
default: undefined;
};
contentId: {
type: StringConstructor;
default: undefined;
};
title: {
type: StringConstructor;
default: string;
};
role: {
type: StringConstructor;
default: string;
validate(role: any): boolean;
};
important: {
type: BooleanConstructor;
default: boolean;
};
kind: {
type: StringConstructor;
default: string;
validate(kind: any): boolean;
};
hideClose: {
type: BooleanConstructor;
default: boolean;
};
hideIcon: {
type: BooleanConstructor;
default: boolean;
};
hideAction: {
type: BooleanConstructor;
default: boolean;
};
truncateText: {
type: BooleanConstructor;
default: boolean;
};
}>>, {
title: string;
role: string;
kind: string;
titleId: string;
contentId: string;
hideClose: boolean;
hideAction: boolean;
important: boolean;
hideIcon: boolean;
truncateText: boolean;
}>;
export default _default;
//# sourceMappingURL=notice.vue.d.ts.map