UNPKG

jspurefix

Version:
10 lines (9 loc) 418 B
import { ContainedFieldSet } from '../contained/contained-field-set'; export declare class ComponentFieldDefinition extends ContainedFieldSet { readonly name: string; readonly abbreviation: string; readonly category: string | null; readonly description: string | null; constructor(name: string, abbreviation: string, category: string | null, description: string | null); getPrefix(): string; }