UNPKG

preact-glam

Version:

A tiny glamorous implementation for preact

10 lines (8 loc) 172 B
/** @jsx h */ import glam from '../index' test('should pass glam object prop', () => { const Comp = glam('div')({ marginLeft: 1 }) expect(Comp).toBeDefined() })