UNPKG

tailwindcss-miniprogram-preset

Version:

tailwindcss-miniprogram-preset 助力微信小程序开发者!

6 lines (5 loc) 389 B
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;