import type { Component } from '@wufengteam/core/dist/src/types'; export interface ComponentInstance extends Component { id: string; }