UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

8 lines (6 loc) 150 B
import { black } from './black'; import { white } from './white'; export const themes: { [index: string]: any } = { dark: black, light: white };