UNPKG

@yamada-ui/react

Version:

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

11 lines (9 loc) 347 B
const require_config = require('../../core/system/config.cjs'); //#region src/components/close-button/close-button.style.ts const closeButtonStyle = require_config.defineComponentStyle({ defaultProps: { size: "xs", variant: "ghost" } }); //#endregion exports.closeButtonStyle = closeButtonStyle; //# sourceMappingURL=close-button.style.cjs.map