vcc-ui
Version:
A React library for building user interfaces at Volvo Cars
8 lines (7 loc) • 430 B
TypeScript
import { ComponentWithAs } from '../../types/shared';
import { GenericRef, TextUniqueProps } from './types';
export declare const SUB_STYLES: string[];
/**
* @deprecated Use proper semantic elements instead like heading, paragraph, etc. See [Typography](https://developer.volvocars.com/design-system/web/?path=/docs/typography-introduction--docs)
*/
export declare const Text: ComponentWithAs<TextUniqueProps, "p", GenericRef>;