UNPKG

@useloops/design-system

Version:

The official React based Loops design system

4 lines (2 loc) 129 B
declare function omitProps<T extends PropertyKey>(...props: (T | T[])[]): (prop: PropertyKey) => boolean; export { omitProps };