UNPKG

@pilotlab/data

Version:

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

6 lines (5 loc) 217 B
import AttributeNumberBase from './attributeNumberBase'; export declare class AttributeByte extends AttributeNumberBase { constructor(value?: number, label?: string, key?: string); } export default AttributeByte;