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) 319 B
import { defineComponentStyle } from "../../core/system/config.js"; //#region src/components/close-button/close-button.style.ts const closeButtonStyle = defineComponentStyle({ defaultProps: { size: "xs", variant: "ghost" } }); //#endregion export { closeButtonStyle }; //# sourceMappingURL=close-button.style.js.map