UNPKG

@aplus-frontend/ui

Version:

7 lines (6 loc) 458 B
import { SplitterProps } from './interface'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent<SplitterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SplitterProps> & Readonly<{}>, { layout: "horizontal" | "vertical"; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;