2024-03-16 14:11:43 +08:00

13 lines
239 B
TypeScript

declare const _default: {
wrapper: {
backgroundColor: any;
borderRadius: any;
overflow: string;
};
progressBar: {
height: number;
backgroundColor: any;
};
};
export default _default;