UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

10 lines (8 loc) 297 B
import { SvelteComponentTyped } from 'svelte/internal' import { DropdownProps } from './dropdown.svelte' import type { MountEvent } from '../../common' /** * @description Svantic Dropdown */ declare class Dropdown extends SvelteComponentTyped<DropdownProps> {} export default Dropdown