UNPKG

144 BTypeScriptView Raw
1import * as React from "react";
2import { BoxProps } from "../Box";
3
4declare const KeyboardKey: React.FC<BoxProps>;
5
6export default KeyboardKey;