UNPKG

slack-block-builder

Version:

Maintainable code for interactive Slack messages, modals, home tabs, and workflow steps. A must-have for the Slack Block Kit framework.

3 lines (2 loc) 151 B
import type { Ctor, AbstractCtor } from '../types'; export declare function applyMixins(derivedCtor: Ctor<any>, baseCtors: AbstractCtor<any>[]): void;