UNPKG

@pilotlab/lux-attributes

Version:

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

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