UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

10 lines 284 B
import type { FC } from 'react'; import React from 'react'; import type { SxProp } from '../../sx'; type LabelProps = SxProp & { visuallyHidden?: boolean; children?: React.ReactNode; }; export declare const Label: FC<LabelProps>; export {}; //# sourceMappingURL=Label.d.ts.map