nitro-react/src/events/catalog/CatalogEvent.ts

8 lines
219 B
TypeScript
Raw Normal View History

2021-04-22 05:26:30 +02:00
import { NitroEvent } from 'nitro-renderer';
export class CatalogEvent extends NitroEvent
{
public static SHOW_CATALOG: string = 'IE_SHOW_CATALOG';
public static TOGGLE_CATALOG: string = 'IE_TOGGLE_CATALOG';
}