UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

10 lines 324 B
import type React from 'react'; declare const Pagehead: ({ as: BaseComponent, className, ...rest }: PageheadProps) => React.JSX.Element; /** * @deprecated */ export type PageheadProps = React.ComponentPropsWithoutRef<'div'> & { as?: React.ElementType; }; export default Pagehead; //# sourceMappingURL=Pagehead.d.ts.map