UNPKG

@onesy/style-react

Version:

Onesy CSS in JS styling solution for React

37 lines (36 loc) 1.28 kB
/** @license StyleReact v1.0.2 * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export { OnesyStyle, OnesyTheme, colors, classNames, makeClassName, prefix, rtl, sort, unit, valueObject } from '@onesy/style'; export * from '@onesy/style/OnesyTheme'; export * from '@onesy/style/utils'; // Export all other export * from './StyleProvider'; export * from './ThemeProvider'; export { default as reset } from './reset'; // Alias export { default as r } from './reset'; export { default as pure } from './pure'; // Alias export { default as p } from './pure'; export { default as style } from './style'; // Alias export { default as s } from './style'; export { default as inline } from './inline'; // Alias export { default as i } from './inline'; export { default as string } from './string'; // Alias export { default as sr } from './string'; export { default as className } from './className'; // Alias export { default as c } from './className'; export { default as cs } from './className'; export { default as withStyle } from './withStyle'; // Alias export { default as w } from './withStyle'; export { default as styled } from './styled'; // Alias export { default as sy } from './styled';