UNPKG

@wetspace/pro-components

Version:
31 lines (29 loc) 1.03 kB
import { PropType } from 'vue'; import { AvatarProps } from 'element-plus'; import { WetProLayoutAcions } from './types'; declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ nickname: StringConstructor; avatar: { type: PropType<Partial<AvatarProps>>; default(): {}; }; moreActions: { type: PropType<(WetProLayoutAcions & { iconSrc?: string; })[]>; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ nickname: StringConstructor; avatar: { type: PropType<Partial<AvatarProps>>; default(): {}; }; moreActions: { type: PropType<(WetProLayoutAcions & { iconSrc?: string; })[]>; }; }>> & Readonly<{}>, { avatar: Partial<AvatarProps>; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;