@web-package/react-widgets
Version:
This is package that provides templates that can significantly reduce CSS development works in a react development environment.
10 lines (9 loc) • 305 B
TypeScript
/** Signature for the type about a short alias of the [ApplicationEvent] enumeration. */
export type AppEvent = ApplicationEvent;
/**
* Signature for the constant values that defines about
* an identifier and types for the application event.
*/
export declare enum ApplicationEvent {
REBUILD = 0
}