exportconst NeoTooltipSizeStrategy = {
/** Match the size of the trigger */
Match: 'match',
/** At least as wide/tall as the trigger */
Min: 'min',
/** At most as wide/tall as the trigger */
Max: 'max',
/** At most as wide/tall as the available space */
Available: 'available',
};