contextPath.d.ts 214 B

12345678
  1. export declare enum NovuComponentEnum {
  2. WEB = 0,
  3. API = 1,
  4. WIDGET = 2,
  5. WS = 3
  6. }
  7. export declare function getContextPath(component: NovuComponentEnum): string;
  8. //# sourceMappingURL=contextPath.d.ts.map