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
@@ -4,7 +4,7 @@ import Text from '../Text';
import { Check } from '../../assets';
type CheckBoxProps = {
export type CheckBoxProps = {
className?: string;
color?: 'client' | 'productOwner' | 'developer' | 'admin';
label: string;