UNPKG

narraleaf-react

Version:

A React visual novel player framework

5 lines (4 loc) 252 B
import "client-only"; import { PlayerProps } from "../elements/type"; import React from "react"; export default function Player({ story, width, height, className, onReady, onEnd, onError, children, active, }: Readonly<PlayerProps>): React.JSX.Element;