Package:
@hexos/react-uiProps for the AgentUIProvider component.
interface AgentUIProviderProps {
theme?: Partial<AgentUITheme>;
displayConfig?: DisplayConfig;
children: React.ReactNode;
}@hexos/react-uiProps for the AgentUIProvider component.
interface AgentUIProviderProps {
theme?: Partial<AgentUITheme>;
displayConfig?: DisplayConfig;
children: React.ReactNode;
}