UNPKG

@pilotlab/lux-tools

Version:

A luxurious user experience framework, developed by your friends at Pilot.

8 lines (7 loc) 285 B
import { Attribute, Attributes, Color } from '@pilotlab/attributes'; export declare class StyleElement extends Attribute<Attributes> { constructor(data?: (StyleElement | Attributes | Object | string)); color: Color; protected p_color: Color; } export default StyleElement;