UNPKG

react-application-core

Version:

A react-based application core for the business applications.

18 lines (17 loc) 489 B
import { IClassNameWrapper, IFullWrapper } from '../definitions.interface'; /** * @deprecated */ export declare const fullFlexClassName: (entity: IClassNameWrapper & IFullWrapper) => string; /** * @stable [30.08.2019] * @param {string} parts * @returns {string} */ export declare const joinClassName: (...parts: string[]) => string; /** * @stable [20.05.2020] */ export declare class ClsUtils { static readonly joinClassName: (...parts: string[]) => string; }