UNPKG

styled-hook-form

Version:

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

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