interface InlineMessageProps {
    iconName?: IconName;
    iconSize?: SIZE;
    style?: CSSProperties;
    type: UdInlineMessageType;
}

Properties

iconName?: IconName
iconSize?: SIZE