splitpanes-ts
Version:
TypeScript version of A Vue.js reliable, simple and touch-ready panes splitter / resizer
5 lines (4 loc) • 378 B
TypeScript
import { default as Splitpanes } from './splitpanes.vue';
import { default as Pane } from './pane.vue';
export { Splitpanes, Pane };
export type { PaneData, TouchState, SplitterTaps, DragPosition, PaneSums, PaneResizeVariables, SplitpanesProps, PaneProps, SplitpanesEmits, BaseEventPayload, EventWithIndex, EventWithPane, EventWithPanes } from '../../../../../../../src/types';