type ThemeProviderProps = { theme?: Partial<Theme>; data-cdp-provider?: string; } & HTMLAttributes<HTMLDivElement>;
optional theme: Partial<Theme>;
optional data-cdp-provider: string;
Was this page helpful?