UNPKG

@pilotlab/data

Version:

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

8 lines (7 loc) 352 B
import AttributeBase from '../attributeBase'; import Attributes from '../attributes'; import AttributeRoot from '../attributeRoot'; export declare class AttributeFunction extends AttributeBase<Function, AttributeFunction, Attributes, AttributeRoot> { constructor(value?: Function, label?: string, key?: string); } export default AttributeFunction;