UNPKG

mingoo.amotify

Version:
24 lines (23 loc) 908 B
import { global, amotify } from '@declaration'; import React from 'react'; import ReactDOM from 'react-dom'; import * as ReactRouterDOM from 'react-router-dom'; export { React, ReactDOM, ReactRouterDOM, }; import { launchID, appRootID } from './@variables'; export { launchID, appRootID }; export declare const Inmemory: { [key: string]: { privateKey?: string; value: any; }; }; export declare const useStore: global.useStoreParams; export declare const useRecycle: global.useRecycleParams; export declare const pageTransit: global.PageTransitParams; export declare const getInstance: () => amotify; export declare const StyleConverter: { ReadStyleSet: global.StyleConverter.ReadStyleSet; ToClassName: global.StyleConverter.ToClassName; }; export { LaunchRoot } from './global/LaunchReactApplication'; export { LaunchReactApplication } from './global/LaunchReactApplication';