UNPKG

@polls-platform/core

Version:

Polls Platform core library

3 lines (2 loc) 125 B
import { Theme, ThemeProperties } from './types'; export declare function getThemeProperties(theme: Theme): ThemeProperties;