Setup library for publishing to npm

This commit is contained in:
2025-03-31 20:56:14 +01:00
parent eaa19a5c38
commit f9aadb20d3
52 changed files with 702 additions and 229 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { Wrapper } from './styles';
type TextProps = {
export type TextProps = {
children?: string;
className?: string;
variant?: 'display' | 'headline' | 'title' | 'subheader' | 'body' | 'caption';