UNPKG

svelte-command-palette

Version:

A beautiful, accessible, and fully customizable command palette for Svelte 5 applications.

5 lines (4 loc) 184 B
import Portal from './Portal.svelte'; import CommandPalette from './CommandPalette.svelte'; import { defineActions } from '../utils'; export { Portal, CommandPalette, defineActions };