UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

2 lines (1 loc) 111 B
export declare const omit: <T extends object, K extends string>(keys: readonly K[]) => (obj: T) => Omit<T, K>;