UNPKG

one

Version:

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

5 lines 302 B
import type { ForwardRefExoticComponent, HTMLAttributes, RefAttributes } from 'react'; export interface Slot<Props = HTMLAttributes<HTMLElement>, Ref = HTMLElement> extends ForwardRefExoticComponent<Props & RefAttributes<Ref>> { } export declare const Slot: Slot; //# sourceMappingURL=Slot.web.d.ts.map