8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
declare const _default: {
|
|
width: string;
|
|
height: string;
|
|
borderRadius: string;
|
|
iconSize: string;
|
|
};
|
|
export default _default;
|