UNPKG

adwaita-web

Version:

A GTK inspired toolkit designed to build awesome web apps

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