UNPKG

razor-shared-library

Version:
7 lines (6 loc) 131 B
import { ReactNode } from 'react'; export interface MenuItems { title: string; action: () => void; icon?: ReactNode; }