v12-ui
Version:
A React component library with a focus on utility-first design and accessibility.
14 lines (13 loc) • 422 B
JavaScript
/* empty css */
import { useDataTheme as e } from "./Hooks/useDataTheme.js";
import { AnimatedBackground as x } from "./Background/AnimatedBackground.js";
import { Button as a } from "./Button/Button.js";
import { Text as i } from "./Text/Text.js";
import { MagicText as u } from "./MagicText/MagicText.js";
export {
x as AnimatedBackground,
a as Button,
u as MagicText,
i as Text,
e as useDataTheme
};