type ButtonData = {
    efx?: Function;
    icon: string;
    styles?: { [key: string]: string };
    tooltip: string;
}
Index

Properties

efx?: Function
icon: string
styles?: { [key: string]: string }
tooltip: string