UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

5 lines (4 loc) 202 B
/** * Return new object which is copy and haven't specified properties */ export declare const excludeProps: <T extends Record<string, any>>(object: T, props: string[]) => Exclude<T, keyof string[]>;