UNPKG

lazycss-base

Version:

A javaScript powered Css tool

15 lines (14 loc) 331 B
interface cssList { fatherNode?: string; namespace?: string; width?: number; height?: number; marginTop?: number; marginLeft?: number; marginRight?: number; marginBottom?: number; color?: string; backgroundColor?: string; backgroundUrl?: string; } export type { cssList };