UNPKG

@farris/devkit-vue

Version:
10 lines (9 loc) 375 B
import { InjectionToken } from "../common"; export interface Resolver { resolve(expression: string): string[]; } export declare const RESOLVER_TOKEN: InjectionToken<Resolver[]>; export declare const ENTITY_TEMPLATE = "ENTITY~"; export declare const STATE_TEMPLATE = "STATE~"; export declare const DEPENDENCY_SPLITER = "/"; export declare const GROUP_FUNCTIONS: string[];