UNPKG

styled-hook-form

Version:

React form library for styled-components based on grommet and react-hook-form

5 lines (4 loc) 158 B
import React from 'react'; import { NumericUpDownProps } from "./types"; declare const NumericUpDown: React.FC<NumericUpDownProps>; export { NumericUpDown };