UNPKG

@pilotlab/lux-attributes

Version:

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

6 lines (5 loc) 204 B
import Attribute from '../attribute'; export declare class AttributeArray<TValue> extends Attribute { constructor(key: string, value?: Array<TValue>, label?: string); } export default AttributeArray;