UNPKG

@pilotlab/lux-attributes

Version:

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

7 lines (6 loc) 230 B
import Attribute from '../attribute'; export declare class AttributeObject extends Attribute { constructor(key: string, value?: (string | Object), label?: string); readonly value: Object; } export default AttributeObject;