@amaui/style
Version:
CSS in JS styling solution
18 lines (17 loc) • 1.1 kB
TypeScript
import AmauiStyle from './AmauiStyle';
import { IAmauiStyleRuleValue } from './AmauiStyleRule';
import { IResponse } from './interfaces';
export declare const cammelCaseToKebabCase: (value: string) => string;
export declare const kebabCasetoCammelCase: (value: string) => string;
export declare const capitalizedCammelCase: (value: string) => string;
export declare const capitalize: (value: string) => string;
export declare const is: (version: string, value: any) => any;
export declare const isAmauiSubscription: (value: any) => any;
export declare const getRefs: (value: string) => any[];
export declare const valueResolve: (property: string, value: any, amauiStyle: AmauiStyle) => IAmauiStyleRuleValue;
export declare const dynamic: (value: any) => any;
export declare function makeName(length_?: number, input_?: string): Generator<any, void, unknown>;
export declare const pxToRem: (value: number, htmlFontSize?: number) => number;
export declare const names: (value: IResponse) => IResponse;
export declare const getID: () => string;
export declare const minify: (value: string) => string;