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

10 lines
203 B
TypeScript

declare const _default: {
wrapper: {
backgroundColor: string;
justifyContent: "center";
flexDirection: "row";
alignItems: "center";
};
};
export default _default;