Chameleon
    Preparing search index...

    Variable ActionRowConst

    ActionRow: {
        of: (
            ...components: any[],
        ) => { type: COMPONENT_TYPES; components: any[] };
    } = ...

    Type Declaration

    • of: (...components: any[]) => { type: COMPONENT_TYPES; components: any[] }