Parameters
| Parameter | Type | Description |
|---|---|---|
props | CDPReactProviderProps | Props for the CDPReactProvider component |
Returns
Element
The CDPReactProvider component
function CDPReactProvider(props: CDPReactProviderProps): Element;
| Parameter | Type | Description |
|---|---|---|
props | CDPReactProviderProps | Props for the CDPReactProvider component |
Element
The CDPReactProvider component
function App() {
return (
<CDPReactProvider config={config} theme={themeOverrides}>
<YourApp />
</CDPReactProvider>
);
}
Was this page helpful?