UNPKG

narraleaf-react

Version:

A React visual novel player framework

6 lines (5 loc) 303 B
import { LogicAction } from "../action/logicAction"; import { Chainable } from "../action/chain"; export declare class Constructable<TAction extends LogicAction.Actions = LogicAction.Actions, Self extends Constructable<TAction> = any> extends Chainable<LogicAction.Actions, Self> { constructor(); }