UNPKG

weapp-tailwindcss

Version:

把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!

3 lines (2 loc) 204 B
import type { ICustomAttributes, ICustomAttributesEntities } from '../types/index.js'; export declare function toCustomAttributesEntities(customAttributes?: ICustomAttributes): ICustomAttributesEntities;