UNPKG

@visactor/vrender-core

Version:

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

6 lines (5 loc) 157 B
import type { IGraphic } from '../graphic'; import type { IGroup } from './group'; export interface IShadowRoot extends IGroup { shadowHost: IGraphic; }