@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) • 324 B
JavaScript
import { defineComponentStyle } from "../../core/system/config.js";
//#region src/components/visually-hidden/visually-hidden.style.ts
const visuallyHiddenStyle = defineComponentStyle({ base: { layerStyle: "visuallyHidden" } });
//#endregion
export { visuallyHiddenStyle };
//# sourceMappingURL=visually-hidden.style.js.map