UNPKG

v12-ui

Version:

A React component library with a focus on utility-first design and accessibility.

18 lines (17 loc) 612 B
/* empty css */ import { useDataTheme as t } from "./Hooks/useDataTheme.js"; import { AnimatedBackground as x } from "./Background/AnimatedBackground.js"; import { Button as a } from "./Button/Button.js"; import { Text as g } from "./Text/Text.js"; import { MagicText as c } from "./MagicText/MagicText.js"; import { MagicLogo as M } from "./MagicLogo/MagicLogo.js"; import { MagicMouseFollower as T } from "./MagicMouseFollower/MagicMouseFollower.js"; export { x as AnimatedBackground, a as Button, M as MagicLogo, T as MagicMouseFollower, c as MagicText, g as Text, t as useDataTheme };