Implement Text, Heading, Link, Button, and IconButton components with TDD and Storybook stories. Each component wraps MUI with restricted props for visual consistency.
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export { Text } from './Text';
|
|
export type { TextProps } from './Text';
|