@hc.ds/mobile
Version:
Healthy Church Design System - HC Mobile
17 lines • 355 B
TypeScript
/**
* Theme map
*/
export declare const MinimizedViewTheme: {
view: {
padding: number;
backgroundColor: string;
display: "flex";
flexDirection: "row";
flexWrap: "nowrap";
justifyContent: "space-between";
};
flex: {
alignSelf: "flex-start";
};
};
//# sourceMappingURL=theme.d.ts.map