UNPKG

svelte-split-pane

Version:

Split Pane Splitter Both for Horizontal and Vertial written in Svelte

9 lines (6 loc) 115 B
import App from './App.svelte'; const app = new App({ target: document.body, props: {} }); export default app;