Home > @plasmicapp/query > PlasmicPrepassContext

PlasmicPrepassContext() function

Signature:

export declare function PlasmicPrepassContext(props: PropsWithChildren<{
    cache: Map<string, any>;
}>): React.JSX.Element;

Parameters

Parameter Type Description
props PropsWithChildren<{ cache: Map<string, any>; }>

Returns:

React.JSX.Element