UNPKG

@gluestack-ui/utils

Version:

Utility functions and hooks for gluestack-ui

12 lines 207 B
export const theme = { screens: { sm: '480px', md: '768px', lg: '976px', xl: '1440px', }, }; export default { theme, }; //# sourceMappingURL=tailwind.config.js.map