UNPKG

@cmk/fe_utils

Version:
7 lines (5 loc) 336 B
import { CSSProperties } from 'react'; export declare const getSizeMode: (value: string | number | undefined, defaultValue?: string) => string; export declare const getInitialStyles: () => CSSProperties; export declare const isStringLowerCase: (str: string) => boolean; export declare const isComponentType: (type: string) => boolean;