UNPKG

narraleaf-react

Version:

A React visual novel player framework

5 lines (4 loc) 305 B
import React from "react"; import { PlayerNotificationProps, INotificationsProps } from "./type"; export default function PlayerNotification({ gameState }: PlayerNotificationProps): React.JSX.Element; export declare function DefaultNotification({ notifications }: INotificationsProps): React.JSX.Element;