UNPKG

compote-ui

Version:

An opinionated UI component library for Svelte, built on top of [Ark UI](https://ark-ui.com) with additional components and features not available in the core Ark UI library.

4 lines (3 loc) 183 B
export { default as Root } from './tooltip-root.svelte'; export { default as Trigger } from './tooltip-trigger.svelte'; export { default as Content } from './tooltip-content.svelte';