Type alias LLChatMessageMenuProps

LLChatMessageMenuProps: ComponentStyleProp<LLChatMessageMenuStyles> & PropsWithChildren<{
    visible: boolean;
}>

Generated using TypeDoc