Theme#This component will make the theme available to the child tree. So it should be used at the root of the component tree.Example#import { Theme } from 'la-danze-ui'; function App() { return ( <Theme> ... </Theme> );}CopyProps#NameTypeDefaultRequiredDescriptionchildrenReact.ReactNodeYesThe component tree.