svooltip icon indicating copy to clipboard operation
svooltip copied to clipboard

Options is not exported?

Open howesteve opened this issue 11 months ago • 0 comments

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';

howesteve avatar Feb 26 '24 16:02 howesteve