mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 19:36:44 +03:00
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
'use strict';
|
|
|
|
import {Redoc} from './components/index';
|
|
export var init = Redoc.init;
|
|
|
|
window.Redoc = Redoc;
|
|
Redoc.autoInit();
|