UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

10 lines (8 loc) 303 B
declare const ViewStackEventNamespace = "ViewStack"; declare const ViewStackEventTypes: { readonly back: "ViewStack:back"; readonly clear: "ViewStack:clear"; readonly reset: "ViewStack:reset"; readonly push: "ViewStack:push"; }; export { ViewStackEventNamespace, ViewStackEventTypes };