UNPKG

@crossed/ui

Version:

A universal & performant styling library for React Native, Next.js & React

10 lines (9 loc) 204 B
import { inlineStyle } from "@crossed/styled"; const widthCell = inlineStyle(() => ({ base: { width: 40 }, media: { md: { width: 50 } } })); export { widthCell }; //# sourceMappingURL=styles.js.map