UNPKG

react-openfin-mat-impl

Version:
7 lines (6 loc) 158 B
import * as React from 'react'; export interface ISideBarMenuItem { icon: React.ReactElement; label: string; onClick: (...args: any[]) => void; }