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