UNPKG

piral-menu

Version:

Plugin for the integration of menu items in Piral.

4 lines (3 loc) 117 B
import * as React from 'react'; import { MenuProps } from './types'; export declare const Menu: React.FC<MenuProps>;