UNPKG

@smui/select

Version:

Svelte Material UI - Select

6 lines (5 loc) 153 B
import Select from './Select.svelte'; import Option from './Option.svelte'; export * from './Option.types.js'; export default Select; export { Option };