UNPKG

be-enhanced

Version:

be-enhanced provides a base class that enables casting spells, or enhancing server-rendered DOM elements based on cross-cutting custom attributes

19 lines (16 loc) 373 B
import { CustomHandlers} from '../trans-render/be/types'; import {StringWithAutocompleteOptions} from '../trans-render/types'; export type aggKeys = StringWithAutocompleteOptions< | '+' | '*' | 'max' | 'min' | 'nearlyEq' | 'eq' | '||' | '&&' | '{}' >; export interface Handlers{ customHandlers: CustomHandlers; }