diff options
Diffstat (limited to 'src/components/KeyboardControllerPadding.tsx')
-rw-r--r-- | src/components/KeyboardControllerPadding.tsx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/KeyboardControllerPadding.tsx b/src/components/KeyboardControllerPadding.tsx new file mode 100644 index 000000000..f3163d87c --- /dev/null +++ b/src/components/KeyboardControllerPadding.tsx @@ -0,0 +1,7 @@ +export function KeyboardControllerPadding({ + maxHeight: _, +}: { + maxHeight?: number +}) { + return null +} |