mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
parent
81c57fd724
commit
e8d2ff0e98
@ -6,12 +6,12 @@ export type MenuItem = {
|
||||
label: string;
|
||||
}
|
||||
|
||||
type PositionOptions = 'left' | 'right';
|
||||
type MenuPosition = 'left' | 'right';
|
||||
|
||||
interface MenuProps {
|
||||
// trigger?: React.ReactNode;
|
||||
items: MenuItem[];
|
||||
position?: PositionOptions;
|
||||
position?: MenuPosition;
|
||||
className?: string;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user