UNPKG

soda-material

Version:

A React(>=18) component library that may follow [Material Design 3](https://m3.material.io/components) (a.k.a. Material You)

8 lines (7 loc) 252 B
/// <reference types="react" /> export declare function MenuButton({ children, onLeft, onRight, onClick, }: { children?: React.ReactNode; onLeft?(): void; onRight?(): void; onClick?(): void; }): import("react/jsx-runtime").JSX.Element;