UNPKG
@ritttzy/tam
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
## Project setup ``` npm install ```
@ritttzy/tam
/
src
/
typings
/
TamProps.ts
15 lines
(12 loc)
•
171 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** * the icon displayed * @defaultValue 'user' */
type
color =
string
;
/** * component props */
interface
TamProps { color: color; } export { color, TamProps };