1export function KeyboardControllerPadding({ 2 maxHeight: _, 3}: { 4 maxHeight?: number 5}) { 6 return null 7}