UNPKG

dm-unimmersive

Version:
9 lines (8 loc) 233 B
/// <reference types="react" /> declare function View({ initial_language, options, config, scenario, }: { initial_language: any; options: any; config: any; scenario: any; }): JSX.Element; export default View;