react-ngl
Version:
React wrapper for ngl
7 lines (6 loc) • 478 B
TypeScript
export * from 'ngl';
export { StageParameters } from '../../@types/ngl/declarations/stage/stage';
export { ComponentParameters } from '../../@types/ngl/declarations/component/component';
export { StructureRepresentationType } from '../../@types/ngl/declarations/component/structure-component';
export { SurfaceRepresentationType } from '../../@types/ngl/declarations/component/surface-component';
export { StageLoadFileParams } from '../../@types/ngl/declarations/stage/stage';