UNPKG

seyfert

Version:

The most advanced framework for discord bots

9 lines (8 loc) 356 B
import type { APILabelComponent, ComponentType } from '../types'; import { BaseComponent } from './BaseComponent'; export declare class LabelComponent extends BaseComponent<ComponentType.Label> { constructor(data: APILabelComponent); get label(): string; get description(): string | undefined; get component(): import(".").AllComponents; }