UNPKG

@v4fire/client

Version:

V4Fire client core library

21 lines (17 loc) 486 B
/*! * V4Fire Client Core * https://github.com/V4Fire/Client * * Released under the MIT license * https://github.com/V4Fire/Client/blob/master/LICENSE */ import type remoteState from 'core/component/state'; import type { ComponentInterface } from 'core/component'; export { globalEmitter, ResetType } from 'core/component'; export type RemoteState = typeof remoteState; export interface RootMod { name: string; value: string; class: string; component: ComponentInterface; }