UNPKG

@visactor/vmind

Version:

<div align="center"> <a href="https://github.com/VisActor#gh-light-mode-only" target="_blank"> <img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/> </a> <a href="https://githu

8 lines (7 loc) 367 B
import type { BaseAtomConstructor, BaseContext, BaseOptions } from '../types/atom'; export declare class Factory { private static atoms; static registerAtom(name: string, Ctr: BaseAtomConstructor<any, any>): void; static getAtom(name: string): any; static createAtom(name: string, context: Partial<BaseContext>, options: Partial<BaseOptions>): any; }