8 lines
448 B
TypeScript
8 lines
448 B
TypeScript
import "./styles/mail-profiles.css";
|
|
export { default } from "./module";
|
|
export * from "./module";
|
|
export * from "./api/mail";
|
|
export { MailProfilePolicyEditor, MailProfileScopeManager } from "./features/mail/MailProfileManagement";
|
|
export type { MailProfileTargetOption } from "./features/mail/MailProfileManagement";
|
|
export type { PlatformWebModule, PlatformNavItem, PlatformRouteContribution, PlatformRouteContext } from "@govoplan/core-webui";
|