UNPKG

styled-hook-form

Version:

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

3 lines (2 loc) 167 B
export declare const isEmptyObject: (obj: any) => boolean; export declare const filterProps: (obj: Record<string, any>, predicate: (prop: string) => boolean) => void;