Skip to content

MountFn type

Home > @rimitive/view > MountFn

Mount function type - returned by mount(…modules)

Signature:

type MountFn<TSvc> = <TElement>(container: Element, component: PortableComponent<TSvc, TElement>) => () => void;

References: PortableComponent