@opensig/opendesign
Version:
<p align="center"><img src="../docs/public/opendesign-logo-light.png"/></p> <h1 align="center">opendesign</h1> <p align="center">一个 Vue 3 组件库</p> <p align="center"><b>皮肤可定制,使用 TypeScript</b></p>
26 lines (25 loc) • 977 B
TypeScript
import { MessageParamsT } from './types';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
position: {
type: import('vue').PropType<import('./types').MessagePositionT>;
default: string;
};
onDestory: {
type: import('vue').PropType<() => void>;
};
}>, {
add: (params: MessageParamsT) => void;
remove: (idx: number) => void;
removeAll: () => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
position: {
type: import('vue').PropType<import('./types').MessagePositionT>;
default: string;
};
onDestory: {
type: import('vue').PropType<() => void>;
};
}>> & Readonly<{}>, {
position: import('./types').MessagePositionT;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;