UNPKG

@pilotlab/lux-attributes

Version:

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

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