UNPKG

@appbuckets/react-ui-smart-components

Version:

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

6 lines (5 loc) 214 B
import * as Yup from 'yup'; import type { AnyObject } from '@appbuckets/react-ui-core'; export default function defaultValuesFromYupSchema< Dto extends AnyObject = AnyObject >(yupSchema: Yup.SchemaOf<Dto>): any;