jam-cloud/jam-ui/node_modules/react-hook-form/dist/utils/fillEmptyArray.d.ts

3 lines
99 B
TypeScript

declare const _default: <T>(value: T | T[]) => undefined[] | undefined;
export default _default;