UNPKG

narraleaf-react

Version:

A React visual novel player framework

4 lines (3 loc) 174 B
import React from "react"; import { NotificationsProps } from "./type"; export default function Notifications({ children, ...props }: NotificationsProps): React.JSX.Element;