UNPKG

narraleaf

Version:

Create your visual novel with Electron and React

7 lines (6 loc) 291 B
import { SplashScreenDefinition } from "../../../client/app/types"; import React from "react"; export declare function SplashScreen({ children, splashScreens }: { children: React.ReactNode; splashScreens: null | SplashScreenDefinition[]; }): import("react/jsx-runtime").JSX.Element;