UNPKG

@osbjs/osbjs

Version:

a minimalist osu! storyboarding framework

9 lines (8 loc) 267 B
import { Component } from './Component'; export declare class Scene extends Component { name: string; /** * Create an "empty" Component. Its purpose is to make working with groups of components syntactically clearer. */ constructor(); }