UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

11 lines (10 loc) 314 B
export const 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', };