svelte-multiselect
Version:
Svelte multi-select component
7 lines (6 loc) • 425 B
JavaScript
// Live examples - transforms ```svelte example code blocks into rendered components
// with syntax highlighting and live preview
export { hast_to_html } from './hast.js';
export { starry_night, starry_night_highlighter } from './highlighter.js';
export { default as mdsvex_transform, EXAMPLE_COMPONENT_PREFIX, EXAMPLE_MODULE_PREFIX, } from './mdsvex-transform.js';
export { default as vite_plugin } from './vite-plugin.js';