mpx-tailwindcss-preset
Version:
mpx-tailwindcss-preset
6 lines (5 loc) • 384 B
TypeScript
import type { IPresetOption, TransformFunc } from './types';
import type { TailwindThemeValue, TailwindTheme } from 'tailwindcss/tailwind-config';
export declare function ObjectValueMap<T = TailwindThemeValue>(obj: T, fn: TransformFunc): T;
export declare function createExpandThemeConfig(option?: IPresetOption): TailwindTheme;
export declare const expandThemeConfig: TailwindTheme;