docs(codes): improve iOS keyboard/keypad support data

Co-authored-by: innovaker <66737976+innovaker@users.noreply.github.com>
PR: #356
See: #376
This commit is contained in:
onebigdoor
2020-12-17 06:05:34 -05:00
committed by GitHub
parent 565a72bf95
commit e89aa1cde8
4 changed files with 69 additions and 58 deletions

View File

@@ -5,9 +5,13 @@
*/
import example from "@site/docs/codes/_footnotes/example.mdx";
import iosApplication from "@site/docs/codes/_footnotes/ios-application.mdx";
import iosPower from "@site/docs/codes/_footnotes/ios-power.mdx";
import macosPower from "@site/docs/codes/_footnotes/macos-power.mdx";
export default {
example,
iosApplication,
iosPower,
macosPower,
};