UNPKG

@keadex/mina-live

Version:

Web porting of the Keadex Mina application.

8 lines (7 loc) 239 B
import '../../styles/index.css'; import '../../tauri/tauri-web-adapter'; export type MinaLiveProps = { scriptPath: string; }; export declare const MinaLive: import("react").NamedExoticComponent<MinaLiveProps>; export default MinaLive;