UNPKG

@web-package/react-widgets

Version:

This is package that provides templates that can significantly reduce CSS development works in a react development environment.

9 lines (7 loc) 298 B
/** 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 enum ApplicationEvent { REBUILD }