Factor out Iconized Context Menu for reusabilit

This commit is contained in:
Michael Telatynski 2020-08-04 21:42:39 +01:00
parent c1ec41715c
commit b30ce0355e
7 changed files with 350 additions and 259 deletions

View file

@ -58,7 +58,7 @@ export enum ChevronFace {
None = "none",
}
interface IProps extends IPosition {
export interface IProps extends IPosition {
menuWidth?: number;
menuHeight?: number;