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
@@ -2,7 +2,7 @@ import { Wrapper } from './styles';
import SearchIcon from '../../assets/icons/search.svg?react';
type SearchProps = {
export type SearchProps = {
className?: string;
color?:
| 'client'