UNPKG

svelte-command-palette

Version:

#### Increase your productivity exponentially. 🚀🚀

15 lines (14 loc) • 492 B
import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent<any>; }; slots: {}; }; export declare type ResultPanelProps = typeof __propDef.props; export declare type ResultPanelEvents = typeof __propDef.events; export declare type ResultPanelSlots = typeof __propDef.slots; export default class ResultPanel extends SvelteComponentTyped<ResultPanelProps, ResultPanelEvents, ResultPanelSlots> { } export {};