UNPKG

@primer/components

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