@jiaozhiye/qm-design-vue
Version:
A Component Library for Vue3.0
16 lines (15 loc) • 844 B
TypeScript
declare const AnchorItem: import("../_utils/types").SFCWithInstall<import("vue").DefineComponent<{
showDivider: boolean;
class?: string | import("../_utils/types").Arrayable<Record<string, boolean>> | undefined;
style?: import("vue").StyleValue;
label?: string | undefined;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
showDivider: boolean;
class?: string | import("../_utils/types").Arrayable<Record<string, boolean>> | undefined;
style?: import("vue").StyleValue;
label?: string | undefined;
}> & Readonly<{}>, {
showDivider: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
export default AnchorItem;
export type { AnchorItemProps } from '../anchor/src/props';