UNPKG

@ampgroep/vuetify-query-builder

Version:
8 lines (7 loc) 244 B
import { QueryElementType } from '../types.ts'; export default class Child<QueryType> { query: QueryType; type: QueryElementType; originalIndex?: number; constructor(query: QueryType, type?: QueryElementType, index?: number); }