Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import bootstrap from './bootstrap';
// Deprecated. Semantic and bootstrap3 will be removed in 5.x.
// Use external modules instead.
import bootstrap3 from '@formio/bootstrap3';
import semantic from '@formio/semantic';
export default {
bootstrap,
bootstrap3: bootstrap3.templates.bootstrap3,
semantic: semantic.templates.semantic,
};