@pilotlab/data
Version:
A luxurious user experience framework, developed by your friends at Pilot.
8 lines (7 loc) • 342 B
TypeScript
import AttributeBase from '../attributeBase';
import Attributes from '../attributes';
import AttributeRoot from '../attributeRoot';
export declare class AttributeRegExp extends AttributeBase<RegExp, AttributeRegExp, Attributes, AttributeRoot> {
constructor(value?: RegExp, label?: string, key?: string);
}
export default AttributeRegExp;