UNPKG

@primer/components

Version:
7 lines (6 loc) 370 B
import { SystemCommonProps, SystemTypographyProps } from './constants'; import { SxProp } from './sx'; import { ComponentProps } from './utils/types'; declare const Text: import("styled-components").StyledComponent<"span", any, SystemTypographyProps & SystemCommonProps & SxProp, never>; export declare type TextProps = ComponentProps<typeof Text>; export default Text;