UNPKG

@pilotlab/lux-attributes

Version:

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

7 lines (6 loc) 257 B
import Attribute from '../attribute'; import IAttributes from '../interfaces/iAttributes'; export declare class AttributeCollection extends Attribute { constructor(key: string, value?: IAttributes, label?: string); } export default AttributeCollection;