UNPKG

@aujsf/bootstrap-theme

Version:
8 lines 266 B
import { JsonSchemaForm } from '@aujsf/core'; import { BS4_THEME } from './index'; export class BootstrapJsonSchemaFormBase extends JsonSchemaForm { getTheme() { return BS4_THEME; } } //# sourceMappingURL=bootstrap-json-schema-form-base.js.map