UNPKG

react-ngl

Version:
9 lines (8 loc) 233 B
/** * @file Selection Parser * @author Alexander Rose <alexander.rose@weirdbyte.de> * @private */ import { SelectionRule } from './selection-test'; declare function parseSele(string: string): SelectionRule; export { parseSele };