UNPKG

@carton-org/react-neumorphism

Version:

A React component library implementing the neumorphism design style

11 lines (10 loc) 293 B
const t = "bottom-right", o = "bottom-left", T = "bottom-center", n = "top-right", c = "top-left", s = "top-center", e = [t, o, T, n, c, s]; export { T as BOTTOM_CENTER, o as BOTTOM_LEFT, t as BOTTOM_RIGHT, s as TOP_CENTER, c as TOP_LEFT, n as TOP_RIGHT, e as screenPositions };