UNPKG

@comet-cli/plugin-documentation

Version:
9 lines (8 loc) 244 B
import { Vue } from 'vue-property-decorator'; import { Parameter } from '@comet-cli/types'; export default class ParameterItem extends Vue { name: string; readonly parameter: Parameter; get color(): string; get enum(): any[]; }