@widergy/web-utils
Version:
Utility GO! Web utils
7 lines (6 loc) • 332 B
TypeScript
export declare const retrieveClassNamesFromProps: (variants: Array<string>, styles: any, props: any, suffix?: string) => string;
interface StyleUtils {
retrieveClassNamesFromProps: (variants: Array<string>, styles: any, props: any, suffix: string) => string;
}
declare const STYLE_UTILS: StyleUtils;
export default STYLE_UTILS;