UNPKG

hele

Version:
4 lines (3 loc) 230 B
import { RawProps } from "./props"; import { ComponentGetter, ComponentFactory } from "./Component"; export declare function createFactory<P extends RawProps = RawProps>(type: string | ComponentGetter<P>): ComponentFactory<P>;