UNPKG

compatible-ui

Version:

No style, clean and adaptive React UI Library

4 lines (3 loc) 157 B
/// <reference types="react" /> import { IInputBaseProps } from '../Input.types'; export default function CardInput(props: IInputBaseProps): JSX.Element;