UNPKG

@smui/select

Version:

Svelte Material UI - Select

7 lines 229 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 }; //# sourceMappingURL=index.js.map