tailwindcss-miniprogram-preset
Version:
tailwindcss-miniprogram-preset 助力微信小程序开发者!
7 lines (6 loc) • 466 B
TypeScript
import type { IPresetOption } from './types';
export declare const remUnitRegex: RegExp;
export declare function toFixed(number: number, precision: number): number;
export declare function createRemReplace(rootValue: number, unitPrecision: number, minRemValue: number): (m: string, $1?: string | undefined) => string;
export declare function createRem2rpx(option: IPresetOption): (str: string) => string;
export declare const rem2rpx: (str: string) => string;