@sitecore/blok-theme
Version:
The Sitecore theme for Chakra-UI components
29 lines (24 loc) • 1.23 kB
TypeScript
import { ChakraTheme } from '@chakra-ui/theme';
import { ToastProviderProps } from '@chakra-ui/react';
declare const toastOptions: ToastProviderProps;
declare const iconSitecore: string;
declare const iconCdp: string;
declare const iconCdpPersonalize: string;
declare const iconComponents: string;
declare const iconConnect: string;
declare const iconContentHub: string;
declare const iconContentHubOne: string;
declare const iconContentHubDam: string;
declare const iconContentHubOperations: string;
declare const iconDiscover: string;
declare const iconExplorer: string;
declare const iconForms: string;
declare const iconOrdercloud: string;
declare const iconPages: string;
declare const iconPersonalize: string;
declare const iconSearch: string;
declare const iconSend: string;
declare const iconXmCloud: string;
declare const iconXmCloudDeploy: string;
declare const _default: ChakraTheme;
export { _default as default, iconCdp, iconCdpPersonalize, iconComponents, iconConnect, iconContentHub, iconContentHubDam, iconContentHubOne, iconContentHubOperations, iconDiscover, iconExplorer, iconForms, iconOrdercloud, iconPages, iconPersonalize, iconSearch, iconSend, iconSitecore, iconXmCloud, iconXmCloudDeploy, toastOptions };