UNPKG

adwaita-web

Version:

A GTK inspired toolkit designed to build awesome web apps

8 lines (7 loc) 296 B
/// <reference types="react" /> import type { BoxProps } from "./Box"; export type { BoxProps }; export declare type MenuInlineButtonProps = BoxProps & { label?: string; }; export declare function MenuInlineButton({ children, className, label, ...rest }: MenuInlineButtonProps): JSX.Element;