UNPKG

@zooom/integration-react

Version:

A Zooom integration for using React in PHP based websites

11 lines (7 loc) 294 B
import { ReactNode } from 'react'; declare type Options = { shadowRoot?: false | 'open' | 'closed' | ShadowRootInit; prefix?: string; }; export declare function registerReactComponent(name: string, Component: (props: any) => ReactNode, options?: Options): void; export { }