Drop @mui, addded ems api

This commit is contained in:
cracklesparkle
2024-11-15 17:00:23 +09:00
parent f51835584d
commit a4513e7e7a
29 changed files with 1026 additions and 721 deletions

View File

@ -11,7 +11,9 @@ export interface IFigure {
label_top: number | null,
label_angle: number | null,
label_size: number | null,
year: number
year: number,
type: number,
planning: boolean
}
export interface ILine {
@ -28,5 +30,7 @@ export interface ILine {
label_sizes: string | null,
label_angels: string | null,
label_positions: string | null,
year: number
year: number,
type: number,
planning: boolean
}