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

3 lines
138 B
TypeScript

declare const _default: <Key extends string, T extends Record<Key, any>>(source: T, key: Key) => Omit<T, Key>;
export default _default;