UNPKG

one

Version:

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

10 lines 365 B
import { type JSX } from 'react'; /** * Copied from @react-navigation/core */ type Render = (children: React.ReactNode) => JSX.Element; export declare function useComponent(render: Render): import("react").ForwardRefExoticComponent<{ children: React.ReactNode; } & import("react").RefAttributes<unknown>>; export {}; //# sourceMappingURL=useComponent.d.ts.map