Sergey Krylov 74ca576310 feat(design-system): add typography and actions
Implement Text, Heading, Link, Button, and IconButton components with TDD and Storybook stories. Each component wraps MUI with restricted props for visual consistency.
2026-06-21 09:32:58 +03:00

3 lines
72 B
TypeScript

export { Text } from './Text';
export type { TextProps } from './Text';