@cmk/fe_utils
Version:
frontend utility library
7 lines (5 loc) • 336 B
TypeScript
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;