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) 272 B
import { defineComponentStyle } from "../../core/system/config.js"; //#region src/components/collapse/collapse.style.ts const collapseStyle = defineComponentStyle({ base: { w: "full" } }); //#endregion export { collapseStyle }; //# sourceMappingURL=collapse.style.js.map