UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

18 lines (17 loc) 485 B
import { TextProps } from './types'; export declare const TAG_NAMES: { readonly h0: "h1"; readonly h1: "h1"; readonly h2: "h2"; readonly h3: "h3"; readonly h4: "h4"; readonly h5: "h5"; readonly h6: "h6"; readonly lg: "p"; readonly md: "p"; readonly sm: "p"; readonly 'subtitle-md': "span"; readonly 'subtitle-sm': "span"; readonly xs: "p"; }; export declare const Text: import('../../utils').FunctionComponentWithAs<"p", TextProps>;