UNPKG

vuetning

Version:

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

182 lines (181 loc) 4.96 kB
declare const _default: import("vue").DefineComponent<{ /** * Indicates whether the text is center aligned. */ alignCenter: BooleanConstructor; /** * Indicates whether the text is left aligned. */ alignLeft: BooleanConstructor; /** * Indicates whether the text is right aligned. */ alignRight: BooleanConstructor; /** * Indicates whether the text has the default color. */ default: BooleanConstructor; /** * Indicates whether the text has the destructive color. */ destructive: BooleanConstructor; /** * Indicates whether the text has the error color. */ error: BooleanConstructor; /** * Indicates whether the text has the heading large size. */ headingLarge: BooleanConstructor; /** * Indicates whether the text has the heading medium size. */ headingMedium: BooleanConstructor; /** * Indicates whether the text has the heading small size. */ headingSmall: BooleanConstructor; /** * Indicates whether the text has the inverse color. */ inverse: BooleanConstructor; /** * Indicates whether the text has the inverse weak color. */ inverseWeak: BooleanConstructor; /** * Indicates whether the text has the longform format. */ longForm: BooleanConstructor; /** * Indicates whether the text uses the monospaced font. */ monospace: BooleanConstructor; /** * Indicates whether the text has the body regular size. */ regular: BooleanConstructor; /** * Indicates whether the text has the body small size. */ small: BooleanConstructor; /** * Indicates whether the text has the success color. */ success: BooleanConstructor; /** * Indicates whether the text has the title size. */ title: BooleanConstructor; /** * Indicates whether the text has the title uppercase size. */ titleUppercase: BooleanConstructor; /** * Indicates whether the text has the weak color. */ weak: BooleanConstructor; }, unknown, unknown, { /** * The CSS class names for the text. */ textClassNames(): string; }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * Indicates whether the text is center aligned. */ alignCenter: BooleanConstructor; /** * Indicates whether the text is left aligned. */ alignLeft: BooleanConstructor; /** * Indicates whether the text is right aligned. */ alignRight: BooleanConstructor; /** * Indicates whether the text has the default color. */ default: BooleanConstructor; /** * Indicates whether the text has the destructive color. */ destructive: BooleanConstructor; /** * Indicates whether the text has the error color. */ error: BooleanConstructor; /** * Indicates whether the text has the heading large size. */ headingLarge: BooleanConstructor; /** * Indicates whether the text has the heading medium size. */ headingMedium: BooleanConstructor; /** * Indicates whether the text has the heading small size. */ headingSmall: BooleanConstructor; /** * Indicates whether the text has the inverse color. */ inverse: BooleanConstructor; /** * Indicates whether the text has the inverse weak color. */ inverseWeak: BooleanConstructor; /** * Indicates whether the text has the longform format. */ longForm: BooleanConstructor; /** * Indicates whether the text uses the monospaced font. */ monospace: BooleanConstructor; /** * Indicates whether the text has the body regular size. */ regular: BooleanConstructor; /** * Indicates whether the text has the body small size. */ small: BooleanConstructor; /** * Indicates whether the text has the success color. */ success: BooleanConstructor; /** * Indicates whether the text has the title size. */ title: BooleanConstructor; /** * Indicates whether the text has the title uppercase size. */ titleUppercase: BooleanConstructor; /** * Indicates whether the text has the weak color. */ weak: BooleanConstructor; }>>, { small: boolean; default: boolean; error: boolean; success: boolean; inverse: boolean; title: boolean; alignCenter: boolean; destructive: boolean; alignLeft: boolean; alignRight: boolean; headingLarge: boolean; headingMedium: boolean; headingSmall: boolean; inverseWeak: boolean; longForm: boolean; monospace: boolean; regular: boolean; titleUppercase: boolean; weak: boolean; }, {}>; export default _default;