mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
migrate color / icon select to typescript
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
export type LineAwesomeIconClassName = string;
|
||||
|
||||
export interface IconInfo {
|
||||
export interface IconInfo extends Record<string, unknown> {
|
||||
readonly icon: LineAwesomeIconClassName;
|
||||
}
|
||||
|
||||
export interface IconInfoWithId {
|
||||
export interface IconInfoWithId extends IconInfo {
|
||||
readonly id: string;
|
||||
readonly icon: LineAwesomeIconClassName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user