You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeofaddToHead=<ConfigextendsCoreConfig>(html: string)=><Config>ConfigExtendertypeConfigExtender=<ConfigextendsCoreConfig>(config: Config)=>Config// the <Config extends CoreConfig> generic allows it to be used with ReactConfig (extends CoreConfig) as wellinterfaceCoreConfig{layout: Layout,bodyContent: HTMLString,headContent: HTMLString,viewport?: [number,number]}interfaceReactConfigextendsCoreConfig{wrapElement: (element: ReactElement<any>)=>ReactElement<any>}
It's not quite intuitive how to reference custom stylesheets, customize the layout, etc. right now.
Let's come up with something better.
The text was updated successfully, but these errors were encountered: