UNPKG

@widergy/web-utils

Version:
7 lines (6 loc) 332 B
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;