UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

5 lines 241 B
import { UUID } from '../components/ItemContext'; export declare function nextUuid(): UUID; export declare function resetNextUuid(): void; export declare function assertValidHtmlId(htmlId: string): boolean; //# sourceMappingURL=uuid.d.ts.map