import { BaseTreeItem } from './Base' export class Seperator extends BaseTreeItem { description = '——' }