UNPKG

shineout

Version:

A components library for React

6 lines (5 loc) 274 B
/// <reference types="react" /> import { MenuProps } from './menu.type'; import type { KeygenResult } from '@sheinx/hooks'; declare const _default: <DataItem, Key extends KeygenResult = KeygenResult>(props: MenuProps<DataItem, Key>) => JSX.Element; export default _default;