add dashboard component

This commit is contained in:
simple321vip
2023-01-28 21:41:11 +08:00
parent a45f360006
commit 98c45b3591
13 changed files with 774 additions and 90 deletions
+8 -1
View File
@@ -12,4 +12,11 @@ type Theme = {
hoverText: string,
}
export { Tenant, Theme }
type DataTimeline = {
from: string,
title: string,
showDayAndMonth: boolean,
message: string,
}
export { Tenant, Theme, DataTimeline }