UNPKG

design-system-simplefi

Version:

Design System for SimpleFi Applications

5 lines (4 loc) 158 B
import React from 'react'; import { InputProps } from './Input.types'; declare const InputWithLabel: React.FC<InputProps>; export default InputWithLabel;