UNPKG

@ezform/mui

Version:

Material UI form components for use with EZForm React validation and form library

6 lines (5 loc) 166 B
export interface FieldConditionProps { when: boolean; children: any; } export declare const FieldCondition: ({ when, children }: FieldConditionProps) => any;