UNPKG

@visactor/vgrammar-core

Version:

VGrammar is a visual grammar library

4 lines (3 loc) 236 B
import type { IViewEventConfig } from '../types'; export declare function prevent(eventConfig: IViewEventConfig, type: string): boolean; export declare function permit(eventConfig: IViewEventConfig, key: string, type: string): boolean;