@metropolle/design-system
Version:
Sistema de design unificado para a plataforma Metropolle
8 lines • 369 B
TypeScript
export { GlassCard, type GlassCardProps } from './GlassCard';
export { Typography, BrandLogo, type TypographyProps, type BrandLogoProps } from './Typography';
export { Button, type ButtonProps } from './Button';
export { cn } from '../../utils/cn';
export * from './GlassCard';
export * from './Typography';
export * from './Button';
//# sourceMappingURL=index.d.ts.map