UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

2 lines (1 loc) 136 B
export declare function omit<T extends Record<string, any>, K extends keyof T>(object: T, keysToOmit?: K[] | readonly K[]): Omit<T, K>;