import Component from '@glimmer/component'; interface ILineageLineageMainArgs { // Urn of the entity to render lineage graph urn: string; } /** * Lineage main will wrap all logic required to render lineage graph */ export default class LineageLineageMain extends Component {}