StanleyS
Results
1
issues of
StanleyS
I use namespace to define common types like below: ``` export declare namespace TypeAttributes { type Color = | "primary" | "secondary" | "success" | "warning" | "danger" | "info";...