1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

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;