UNPKG

@s-chat/form-manager

Version:
3 lines 211 B
export type ClosureFunctionType<T = void> = () => () => T; export type CustomRuleFunctionType = (field: any) => (value: any, params: Record<string, any>) => string | void; //# sourceMappingURL=Functions.d.ts.map