@ui5/webcomponents-react
Version:
React Wrapper for UI5 Web Components and additional components
11 lines (10 loc) • 579 B
TypeScript
import type { ReactNode } from 'react';
export declare function flattenFragments<T = ReactNode>(children: T | T[], depth?: number): T[];
export declare function getUi5TagWithSuffix(baseTagName: any): any;
export declare const isSSR: () => boolean;
export declare function trimAndRemoveSpaces(value: any): any;
/**
* @deprecated: will be removed in next minor release. Internal ui5 CSS vars are now defined on the host, making scoping redundant.
*/
export declare const cssVarVersionInfoPrefix: string;
export declare function getTagNameWithoutScopingSuffix(tagName: any): any;