Merge branch 'develop' into feature/dashboardPage
This commit is contained in:
@@ -12,3 +12,7 @@ export type InfoBarData = {
|
||||
};
|
||||
|
||||
export type StatusIndicator = "neutral-quaternary" | "dark" | "info" | "success" | "warning" | "danger";
|
||||
export type Region = {
|
||||
name: string;
|
||||
brushColour: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user