UNPKG

styled-hook-form

Version:

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

12 lines (11 loc) 322 B
import { DefaultTheme } from 'styled-components'; import { ThemeType as GrommetThemeType } from "grommet"; export interface ThemType extends GrommetThemeType { } export interface ThemeType { dateInput?: { dateFormat?: string; }; } declare const FormBuilderTheme: DefaultTheme; export { FormBuilderTheme };