UNPKG

@jiaozhiye/qm-design-vue

Version:

A Component Library for Vue3.0

18 lines (17 loc) 979 B
declare const Empty: import("../_utils/types").SFCWithInstall<import("vue").DefineComponent<{ type: "default" | "simple"; size?: import("../_utils/types").ComponentSize | undefined; class?: string | import("../_utils/types").Arrayable<Record<string, boolean>> | undefined; style?: import("vue").StyleValue; description?: string | undefined; }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ type: "default" | "simple"; size?: import("../_utils/types").ComponentSize | undefined; class?: string | import("../_utils/types").Arrayable<Record<string, boolean>> | undefined; style?: import("vue").StyleValue; description?: string | undefined; }> & Readonly<{}>, { type: "default" | "simple"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default Empty; export type { EmptyProps } from './src/props';