5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
// TODO: 完善 CSSProperties 接口
|
|
export interface CSSProperties {
|
|
[key: string]: string;
|
|
}
|