Type alias ActionbarProps

ActionbarProps: {
    buttons?: {
        [key: string]: ButtonProps;
    };
    [key: string]: any;
}

Type declaration

Generated using TypeDoc