13 lines
239 B
TypeScript
13 lines
239 B
TypeScript
declare const _default: {
|
|
wrapper: {
|
|
backgroundColor: any;
|
|
borderRadius: any;
|
|
overflow: string;
|
|
};
|
|
progressBar: {
|
|
height: number;
|
|
backgroundColor: any;
|
|
};
|
|
};
|
|
export default _default;
|