UNPKG

react-ngl

Version:
6 lines (5 loc) 116 B
import React from 'react'; interface ViewerProps { } export declare const Viewer: React.FC<ViewerProps>; export {};