Files
datalive-design/src/schema/core/css-properties.ts
T

5 lines
97 B
TypeScript

// TODO: 完善 CSSProperties 接口
export interface CSSProperties {
[key: string]: string;
}