UNPKG

@plasosdk/client-sdk

Version:

Plaso教育平台的客户端SDK

12 lines (11 loc) 318 B
import React from "react"; import { PlasoContentType } from "../config/url"; interface PlasoViewerProps { url: string; token: string; type: PlasoContentType; devTools?: boolean; onError?: (error: Error) => void; } export declare const PlasoViewer: React.FC<PlasoViewerProps>; export {};