UNPKG

single-spa-layout

Version:
6 lines (5 loc) 173 B
export function htmlToParcelConfig(str: any): { bootstrap: () => Promise<void>; mount: (props: any) => Promise<void>; unmount: (props: any) => Promise<void>; };