UNPKG

adwaita-web

Version:

A GTK inspired toolkit designed to build awesome web apps

6 lines (5 loc) 250 B
/// <reference types="react" /> import type { LabelProps } from "./Label"; export type { LabelProps }; export declare type MenuTitleProps = LabelProps; export declare function MenuTitle({ children, className, ...rest }: MenuTitleProps): JSX.Element;