UNPKG

weapp-tailwindcss

Version:

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

7 lines (6 loc) 259 B
export interface UserDefinedOptionsLifecyclePart { onLoad?: (() => void) | undefined; onStart?: (() => void) | undefined; onUpdate?: ((filename: string, oldVal: string, newVal: string) => void) | undefined; onEnd?: (() => void) | undefined; }