UNPKG

@visactor/vrender-core

Version:

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

6 lines (5 loc) 156 B
export declare function bindPickModules({ bind, isBound }: { bind: any; isBound: (token: any) => boolean; }): void; export default bindPickModules;