Interface GridItemTooltipProps

interface GridItemTooltipProps {
    content?: string;
    content_style?: Record<string, any>;
    trigger?: string;
    trigger_style?: Record<string, any>;
}

Properties

content?: string
content_style?: Record<string, any>
trigger?: string
trigger_style?: Record<string, any>