redoc/lib/index.js
2015-12-30 10:16:36 +02:00

8 lines
111 B
JavaScript

'use strict';
import {Redoc} from './components/index';
export var init = Redoc.init;
window.Redoc = Redoc;