UNPKG

opensource-ui

Version:

A modern React UI component library with beautiful text effects and spotlight animations

6 lines 282 B
export { default as Text } from "./components/Text"; export { default as Glyph } from "./components/Glyph"; export * from "./utils/helpers"; export type { TextProps } from "./components/Text"; export type { GlyphProps } from "./components/Glyph"; //# sourceMappingURL=index.d.ts.map