@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
16 lines (14 loc) • 368 B
JavaScript
import { globalStyle } from "./global-style.js";
import { layerStyles } from "./layer-styles.js";
import { resetStyle } from "./reset-style.js";
import { textStyles } from "./text-styles.js";
//#region src/theme/styles/index.ts
const styles = {
globalStyle,
layerStyles,
resetStyle,
textStyles
};
//#endregion
export { styles };
//# sourceMappingURL=index.js.map