UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

8 lines (6 loc) 279 B
const require_config = require('../../core/system/config.cjs'); //#region src/components/flex/flex.style.ts const flexStyle = require_config.defineComponentStyle({ base: { display: "flex" } }); //#endregion exports.flexStyle = flexStyle; //# sourceMappingURL=flex.style.cjs.map