UNPKG

@appbuckets/react-ui-smart-components

Version:

UI Extended Components that work with @appbuckets/react-client and @appbuckets/react-ui

7 lines (6 loc) 158 B
import * as Yup from 'yup'; export declare function isoDate(): Yup.DateSchema< Date | undefined, import('yup/lib/types').AnyObject, Date | undefined >;