beeshell/dist/components/Tip/styles.d.ts
2024-03-16 14:11:43 +08:00

18 lines
373 B
TypeScript

declare const _default: {
container: {};
body: {
paddingVertical: number;
paddingHorizontal: number;
borderRadius: any;
backgroundColor: string;
overflow: "hidden";
};
info: {
textAlign: "center";
fontSize: number;
lineHeight: number;
color: string;
};
};
export default _default;