UNPKG

@flexis/ui

Version:

Styleless React Components

4 lines 163 B
export declare type CombinePropsAndAttributes<U, T> = U & { [K in Exclude<keyof T, keyof U>]?: T[K]; }; //# sourceMappingURL=CombinePropsAndAttributes.d.ts.map