Files
govoplan-policy/webui/src/index.ts
T

8 lines
449 B
TypeScript

export { default } from "./module";
export { default as ViewPoliciesPanel } from "./features/policy/ViewPoliciesPanel";
export * from "./module";
export * from "./api/adminTargets";
export { default as RetentionPoliciesPanel } from "./features/policy/RetentionPoliciesPanel";
export { default as ArchiveEncryptionPoliciesPanel } from "./features/policy/ArchiveEncryptionPoliciesPanel";
export type { PlatformWebModule } from "@govoplan/core-webui";