UNPKG
pedago-angular-quiz
Version:
latest (0.0.3-beta)
0.0.3-beta
0.0.2
0.0.2-beta
0.0.1
0.0.1-beta
A pedago quiz component for Angular projects
pedago-angular-quiz
/
lib
/
constantes
/
theme.d.ts
4 lines
(3 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
import
{
ITheme
}
from
"survey-core/typings/themes"
;
import
{
ITheme
as
MyCustomTheme
}
from
"../models/models"
;
export
declare
const
themeJson
:
(
theme
?:
MyCustomTheme
) =>
ITheme
;