UNPKG

@primer/react-brand

Version:

Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.

8 lines (7 loc) 312 B
import { ColorModesEnum } from '../../../../ThemeProvider'; type FormExampleProps = { colorMode?: ColorModesEnum.LIGHT | ColorModesEnum.DARK; type?: 'default' | 'extended'; }; export declare function FormExample({ type, colorMode }: FormExampleProps): import("react/jsx-runtime").JSX.Element; export {};