UNPKG

@comet-cli/plugin-documentation

Version:
11 lines (10 loc) 298 B
import { Vue } from 'vue-property-decorator'; import { DocOperation } from '@comet-cli/types'; export default class OperationSection extends Vue { name: string; readonly id: string; private operation; get current(): DocOperation; get class(): string; get color(): string; }