MountFn type
Home > @rimitive/view > MountFn
MountFn type
Section titled “MountFn type”Mount function type - returned by mount(…modules)
Signature:
type MountFn<TSvc> = <TElement>(container: Element, component: PortableComponent<TSvc, TElement>) => () => void;References: PortableComponent