UNPKG

primevue

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue)

18 lines (16 loc) 446 B
import Vue, {VNode} from 'vue'; declare class OrderList extends Vue { value?: any[]; dataKey?: string; selection?: any[]; metaKeySelection?: boolean; listStyle?: any; $emit(eventName: 'reorder', e: { originalEvent: Event, value: any[]; direction: string}): this; $slots: { header: VNode[]; item: VNode[]; controlsstart: VNode[]; controlsend: VNode[]; } } export default OrderList;