UNPKG

svelte-command-palette

Version:

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

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