@vx/glyph
Version:
vx glyph
10 lines • 578 B
TypeScript
export { default as Glyph } from './glyphs/Glyph';
export { default as GlyphDot } from './glyphs/GlyphDot';
export { default as GlyphCross } from './glyphs/GlyphCross';
export { default as GlyphDiamond } from './glyphs/GlyphDiamond';
export { default as GlyphStar } from './glyphs/GlyphStar';
export { default as GlyphTriangle } from './glyphs/GlyphTriangle';
export { default as GlyphWye } from './glyphs/GlyphWye';
export { default as GlyphSquare } from './glyphs/GlyphSquare';
export { default as GlyphCircle } from './glyphs/GlyphCircle';
//# sourceMappingURL=index.d.ts.map