UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

14 lines 256 B
/** * Types of controls available to render time part */ export declare enum TimeDisplayControlType { /** * masked edit */ Text = 0, /** * dropdown */ Dropdown = 1 } //# sourceMappingURL=TimeDisplayControlType.d.ts.map