/// export interface IMenuListChildMenuItem { id: string; children: React.ReactNode; } export interface IFloatingMenuProps { onChildChanges: (onChildChanges: () => void) => void; }