mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
81c57fd724
commit
e8d2ff0e98
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue