svooltip
svooltip copied to clipboard
Options is not exported?
Hello there. Thanks for this lib.
Any reason why Props
is exported, but not Options
?
From index.d.ts
export { default as tooltip } from './tooltip.js';
export { default as Tooltip } from './Tooltip.svelte';
export type { Props } from './types';
export type { Placement } from '@floating-ui/dom';