UNPKG

jqwidgets-ng

Version:

[![Price](https://img.shields.io/badge/price-COMMERCIAL-0098f7.svg)](https://jqwidgets.com/license/)

10 lines (8 loc) 300 B
export interface Schema { /** Name of the project. */ project: string; /** Name of pre-built theme to install. */ theme: 'base' | 'material' | 'material-green' | 'material-purple' | 'light' | 'dark'; /** Whether to set up global typography styles. */ typography: boolean; }