UNPKG

ui-box

Version:

Blazing Fast React UI Primitive

6 lines (5 loc) 142 B
export interface Rule { property: string; value: string; } export default function prefixer(property: string, value: string): Rule[];