Type alias LLTextAskWidgetBodyProps

LLTextAskWidgetBodyProps: ComponentStyleProp<LLTextAskWidgetBodyStyles> & {
    InputComponent?: typeof LLTextAskWidgetInput;
    InputComponentStyles?: LLTextAskWidgetInputProps["styles"];
    widgetId: string;
}

Type declaration

Generated using TypeDoc