UNPKG

cocori-ng

Version:

Cocori-ng is an Angular full of great components & utilites based on Material

7 lines (6 loc) 180 B
import { FragmentType } from './enums'; export declare class QueryFragment { type: FragmentType; value: string; constructor(type: FragmentType, value: string); }