UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

3 lines (2 loc) 138 B
import type { interfaces } from '../interfaces'; export declare const namedConstraint: (value: unknown) => interfaces.ConstraintFunction;