Stories scaffolding

This commit is contained in:
Hazem Krimi
2025-03-18 17:12:38 +01:00
parent 13f88a09b3
commit dadf638631
55 changed files with 596 additions and 1189 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Wrapper } from './styles';
type TextProps = {
children?: React.ReactNode | JSX.Element | string;
children?: string;
className?: string;
variant?: 'display' | 'headline' | 'title' | 'subheader' | 'body' | 'caption';
color?: