UNPKG

@primer/components

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