UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

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