Changes for performance improvement. The primary improvements include replacing GraphQL queries with REST-based client configuration fetching and making the client config non render-blocking
30 lines
1.6 KiB
TypeScript
30 lines
1.6 KiB
TypeScript
/*
|
|
* _____ _
|
|
*|_ _|_ _____ _ __ | |_ _ _
|
|
* | | \ \ /\ / / _ \ '_ \| __| | | | Auto-generated file
|
|
* | | \ V V / __/ | | | |_| |_| | Any edits to this will be overridden
|
|
* |_| \_/\_/ \___|_| |_|\__|\__, |
|
|
* |___/
|
|
*/
|
|
|
|
export { AnimatedCircleLoading } from './animation/components/AnimatedCircleLoading';
|
|
export { AnimatedContainer } from './animation/components/AnimatedContainer';
|
|
export { AnimatedEaseIn } from './animation/components/AnimatedEaseIn';
|
|
export { AnimatedEaseInOut } from './animation/components/AnimatedEaseInOut';
|
|
export { AnimatedFadeOut } from './animation/components/AnimatedFadeOut';
|
|
export { AnimatedTextWord } from './animation/components/AnimatedTextWord';
|
|
export { AnimatedTranslation } from './animation/components/AnimatedTranslation';
|
|
export { stringToHslColor } from './color/utils/stringToHslColor';
|
|
export { REACT_APP_SERVER_BASE_URL } from './config';
|
|
export { getOsControlSymbol } from './device/getOsControlSymbol';
|
|
export { getOsShortcutSeparator } from './device/getOsShortcutSeparator';
|
|
export { getUserDevice } from './device/getUserDevice';
|
|
export { AutogrowWrapper } from './dimensions/components/AutogrowWrapper';
|
|
export { isModifiedEvent } from './events/isModifiedEvent';
|
|
export { useIsMobile } from './responsive/hooks/useIsMobile';
|
|
export { useScreenSize } from './screen-size/hooks/useScreenSize';
|
|
export { createState } from './state/utils/createState';
|
|
export type { ClickOutsideAttributes } from './types/ClickOutsideAttributes';
|
|
export type { Nullable } from './types/Nullable';
|
|
export { getDisplayValueByUrlType } from './utils/getDisplayValueByUrlType';
|