UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

4 lines 206 B
type Combined<A, B> = A & B; export declare const withStaticProperties: <A extends Function, B>(component: A, staticProps: B) => Combined<A, B>; export {}; //# sourceMappingURL=withStaticProperties.d.ts.map