UNPKG

152 BTypeScriptView Raw
1import * as React from 'react';
2import type { ICheckProps } from './Check.types';
3export declare const CheckBase: React.FunctionComponent<ICheckProps>;