UNPKG

@ritttzy/tam

Version:

## Project setup ``` npm install ```

15 lines (12 loc) 171 B
/** * the icon displayed * @defaultValue 'user' */ type color = string; /** * component props */ interface TamProps { color: color; } export { color, TamProps };