This website requires JavaScript.
Explore
Help
Sign In
Oak-Team
/
oak-general-business
Watch
9
Star
0
Fork
You've already forked oak-general-business
0
Code
Issues
Pull Requests
Packages
Projects
Releases
38
Wiki
Activity
f61c7769ff
oak-general-business
/
lib
/
types
/
Style.d.ts
7 lines
106 B
TypeScript
Raw
Blame
History
export
declare
type
Color
=
{
primary
:
string
;
}
;
export
declare
type
Style
=
{
color?
:
Color
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink