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

3 lines
103 B
TypeScript

declare const _default: <T extends unknown>(value: T) => (T & any[]) | T[];
export default _default;