UNPKG

vuetning

Version:

<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>

90 lines (89 loc) 2.47 kB
declare const _default: import("vue").DefineComponent<{ /** * The URL for the avatar */ avatar: StringConstructor; /** * The class names to be passed to the icon. */ iconClass: StringConstructor; /** * The Lightning Design System name of the icon. Names are written in the format * 'utility:down' where 'utility' is the category, and 'down' is the specific icon to be displayed.value */ iconName: StringConstructor; /** * Indicates whether to use a large icon. */ iconLarge: BooleanConstructor; /** * Indicates whether to use a small icon. */ iconSmall: BooleanConstructor; /** * Indicates whether to use an x-small icon. */ iconXSmall: BooleanConstructor; /** * Indicates whether to use a xx-small icon. */ iconXXSmall: BooleanConstructor; /** * Indicates whether title no has link. */ linkless: BooleanConstructor; /** * The title of the tile. */ title: StringConstructor; }, unknown, unknown, {}, { /** * Handles the click event on the title. */ handleClickTitle(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * The URL for the avatar */ avatar: StringConstructor; /** * The class names to be passed to the icon. */ iconClass: StringConstructor; /** * The Lightning Design System name of the icon. Names are written in the format * 'utility:down' where 'utility' is the category, and 'down' is the specific icon to be displayed.value */ iconName: StringConstructor; /** * Indicates whether to use a large icon. */ iconLarge: BooleanConstructor; /** * Indicates whether to use a small icon. */ iconSmall: BooleanConstructor; /** * Indicates whether to use an x-small icon. */ iconXSmall: BooleanConstructor; /** * Indicates whether to use a xx-small icon. */ iconXXSmall: BooleanConstructor; /** * Indicates whether title no has link. */ linkless: BooleanConstructor; /** * The title of the tile. */ title: StringConstructor; }>>, { iconLarge: boolean; iconSmall: boolean; iconXSmall: boolean; iconXXSmall: boolean; linkless: boolean; }, {}>; export default _default;