UNPKG

@amaui/style-react

Version:

Amaui CSS in JS styling solution for React

37 lines (36 loc) 1.28 kB
/** @license AmauiStyleReact v1.1.35 * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export { AmauiStyle, AmauiTheme, colors, classNames, makeClassName, prefix, rtl, sort, unit, valueObject } from '@amaui/style'; export * from '@amaui/style/AmauiTheme'; export * from '@amaui/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';