@worktif/purei
Version:
Work TIF Material UI Theme Provider and Customization Suite for React applications with dark mode support and dynamic color schemes
10 lines (9 loc) • 317 B
TypeScript
import * as React from 'react';
/**
* A constant representing an empty React element.
*
* This variable is typically used as a placeholder or default value
* when no specific React component or JSX is to be rendered.
* It consists of an empty fragment.
*/
export declare const EMPTY_ELEMENT: React.JSX.Element;