UNPKG

@primer/components

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