@octopusdeploy/design-system-components
Version:
The design systems component library.
9 lines (8 loc) • 349 B
TypeScript
import type { PropsWithChildren } from "react";
export interface MenuItemInformationProps {
compact?: boolean;
}
export declare function MenuItemInformation({ children, compact }: PropsWithChildren<MenuItemInformationProps>): import("react/jsx-runtime").JSX.Element;
export declare namespace MenuItemInformation {
var displayName: string;
}