Files
Gemini-Search/node_modules/react-hook-form/dist/utils/omit.d.ts
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

7 lines
178 B
TypeScript

declare const _default: <Key extends string, T extends Record<Key, any>>(
source: T,
key: Key,
) => Omit<T, Key>;
export default _default;
//# sourceMappingURL=omit.d.ts.map