UNPKG

adwaita-web

Version:

A GTK inspired toolkit designed to build awesome web apps

6 lines (5 loc) 239 B
/// <reference types="react" /> import type { BoxProps } from "./Box"; export type { BoxProps }; export declare type MenuItemProps = BoxProps; export declare function MenuItem({ children, className, ...rest }: MenuItemProps): JSX.Element;