@octopusdeploy/design-system-components
Version:
The design systems component library.
5 lines (4 loc) • 325 B
TypeScript
export { OctopusRoutingProvider } from "./OctopusRoutingContext";
export type { OctopusRoutingProviderProps, ShowLinkAsActive, DesignSystemLinkProps, DesignSystemLinkHref } from "./OctopusRoutingContext";
export { useOctopusLinkComponent, useIsUrlActive } from "./OctopusRoutingContext";
export * from "./PageTitleProvider";