UNPKG

pedago-angular-quiz

Version:

A pedago quiz component for Angular projects

4 lines (3 loc) 180 B
import { ITheme } from "survey-core/typings/themes"; import { ITheme as MyCustomTheme } from "../models/models"; export declare const themeJson: (theme?: MyCustomTheme) => ITheme;