redoc/lib/index.ts
2016-05-25 18:34:31 +03:00

8 lines
131 B
TypeScript

'use strict';
import {Redoc} from './components/index';
export var init = Redoc.init;
window['Redoc'] = Redoc;
Redoc.autoInit();