UNPKG

denwa-react-shared

Version:
4 lines (3 loc) 146 B
import { FC } from 'react'; import { BaseReadonlyInputProps } from './types'; export declare const BaseReadonlyInput: FC<BaseReadonlyInputProps>;