UNPKG

133 BTypeScriptView Raw
1import { FC } from 'react';
2interface PrimaryProps {
3 name?: string;
4}
5export declare const Primary: FC<PrimaryProps>;
6export {};