vue-amazing-ui
Version:
An Amazing Vue3 UI Components Library, Using TypeScript.
55 lines (54 loc) • 2.27 kB
TypeScript
export type { Props } from './Card';
declare const _default: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Card').Props> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
size: "small" | "middle" | "large";
title: string;
bordered: boolean;
width: number | string;
loading: boolean;
hoverable: boolean;
skeletonProps: object;
extra: string;
headStyle: import('vue').CSSProperties;
bodyStyle: import('vue').CSSProperties;
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('./Card').Props> & Readonly<{}>, {}, {}, {}, {}, {
size: "small" | "middle" | "large";
title: string;
bordered: boolean;
width: number | string;
loading: boolean;
hoverable: boolean;
skeletonProps: object;
extra: string;
headStyle: import('vue').CSSProperties;
bodyStyle: import('vue').CSSProperties;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('./Card').Props> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
size: "small" | "middle" | "large";
title: string;
bordered: boolean;
width: number | string;
loading: boolean;
hoverable: boolean;
skeletonProps: object;
extra: string;
headStyle: import('vue').CSSProperties;
bodyStyle: import('vue').CSSProperties;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
title?(_: {}): any;
extra?(_: {}): any;
default?(_: {}): any;
};
}) & import('vue').Plugin;
export default _default;