UNPKG
el-react-ui
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
Energylink React UI components
bitbucket.org/cozero/el-react-ui
el-react-ui
/
lib
/
components
/
foundation
/
types.d.ts
5 lines
(4 loc)
•
101 B
TypeScript
View Raw
1
2
3
4
5
import
{
Colors
}
from
'@/themes/colors/types'
;
export
interface
ColorsProps
{
colors
:
Colors
; }