UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

8 lines (7 loc) 318 B
import { MenuItemProps } from "./Menu.types.js"; import * as _$react from "react"; //#region src/components/Menu/MenuItem.d.ts declare const MenuItem: _$react.ForwardRefExoticComponent<MenuItemProps & _$react.RefAttributes<HTMLElement | null>>; //#endregion export { MenuItem }; //# sourceMappingURL=MenuItem.d.ts.map