export type ActionBarButtonColor = "primary" | "info" | "success" | "warning" | "danger"; export type ActionBarButtonShape = "square" | "round";