UNPKG

@smui/select

Version:

Svelte Material UI - Select

11 lines (6 loc) 200 B
/// <reference types="./ambient-select" /> import Select from './Select.svelte'; import Option from './Option.svelte'; export * from './Option.types.js'; export default Select; export { Option };