replugged

    Type Alias DiscordComponents

    DiscordComponents: {
        createToast: CreateToast;
        showToast: ShowToast;
        Text: OriginalTextType;
    } & Record<
        string,
        | ButtonType
        | CheckboxType
        | ClickableCompType
        | DividerType
        | FormItemCompType
        | FormNoticeType
        | SwitchItemType
        | FormTextCompType
        | Record<FormTextTypeKey, string>
        | NoticeType
        | NoticeType["HelpMessageTypes"]
        | ContextMenuType["ContextMenu"]
        | ContextMenuType["MenuCheckboxItem"]
        | ContextMenuType["MenuControlItem"]
        | ContextMenuType["MenuGroup"]
        | ContextMenuType["MenuItem"]
        | ContextMenuType["MenuRadioItem"]
        | ContextMenuType["MenuSeparator"]
        | ModalType["ModalCloseButton"]
        | ModalType["ModalContent"]
        | ModalType["ModalFooter"]
        | ModalType["ModalRoot"]
        | RadioType
        | SelectCompType
        | SliderCompType
        | LoaderType
        | SwitchType
        | TextAreaType
        | TextInputType
        | OriginalTooltipType
        | unknown,
    >
    MMNEPVFCICPMFPCPTTAAATR