增加日历组件
This commit is contained in:
+7
-1
@@ -19,4 +19,10 @@ type DataTimeline = {
|
||||
message: string,
|
||||
}
|
||||
|
||||
export { Tenant, Theme, DataTimeline }
|
||||
type Event = {
|
||||
date: string,
|
||||
title: string,
|
||||
eventInfo: string,
|
||||
}
|
||||
|
||||
export { Tenant, Theme, DataTimeline, Event }
|
||||
|
||||
Reference in New Issue
Block a user