UNPKG

@octopusdeploy/design-system-components

Version:
9 lines (8 loc) 349 B
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; }