UNPKG

@crossed/styled

Version:

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

18 lines (16 loc) 571 B
/** * Copyright (c) Paymium. * * This source code is licensed under the MIT license found in the * LICENSE file in the root of this projects source tree. */ export { createStyles } from './createStyles'; export { inlineStyle } from './inlineStyle'; export { Registry, parse } from './Registry'; export type * from './types'; export { useTheme } from './useTheme'; export { withReactive } from './withReactive'; export { isWeb } from './isWeb'; export { isTouchable } from './isTouchable'; export { composeStyles } from './composeStyles'; export * from './plugins';