Skip to content

Instantly share code, notes, and snippets.

@maapteh
Last active October 14, 2021 19:57
Show Gist options
  • Save maapteh/67191bf5634e148f90023a8b5ef69c66 to your computer and use it in GitHub Desktop.
Save maapteh/67191bf5634e148f90023a8b5ef69c66 to your computer and use it in GitHub Desktop.
Box
/**
* 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