UNPKG

lazy-widgets

Version:

Typescript retained mode GUI for the HTML canvas API

9 lines (8 loc) 274 B
import { Theme } from '../theme/Theme.js'; /** * A validator function which checks whether an input value is a {@link Theme}. * Doesn't stop the validator chain. * * @category XML */ export declare function validateTheme(value: unknown): [value: Theme, stop: boolean];