UNPKG

@pilotlab/lux-attributes

Version:

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

6 lines (5 loc) 199 B
import Attribute from '../attribute'; export declare class AttributeStringJson extends Attribute { constructor(key: string, value?: string, label?: string); } export default AttributeStringJson;