Last active
October 14, 2021 19:57
-
-
Save maapteh/67191bf5634e148f90023a8b5ef69c66 to your computer and use it in GitHub Desktop.
Box
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Box is the most abstract component on top of which other chakra | |
* components are built. It renders a `div` element by default. | |
* | |
* @see Docs https://chakra-ui.com/box | |
*/ | |
export declare const Box: import("@chakra-ui/system").ChakraComponent<"div", {}>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment