UNPKG
@polls-platform/core
Version:
latest (4.0.2)
4.0.2
4.0.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.5.0
2.4.1
2.4.0
0.0.4
0.0.3
0.0.2
0.0.1
Polls Platform core library
docs.pollsplatform.com
@polls-platform/core
/
built
/
theme.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
import
{
Theme
,
ThemeProperties
}
from
'./types'
;
export
declare
function
getThemeProperties
(
theme: Theme
):
ThemeProperties
;