@instructure/ui-react-utils
Version:
A React utility library made by Instructure Inc.
9 lines • 465 B
TypeScript
import React from 'react';
import type { DeterministicIdProviderValue } from './DeterministicIdContextProvider';
declare global {
var __INSTUI_GLOBAL_INSTANCE_COUNTER__: Map<string, number>;
}
declare const defaultDeterministicIDMap: DeterministicIdProviderValue;
declare const DeterministicIdContext: React.Context<DeterministicIdProviderValue>;
export { DeterministicIdContext, defaultDeterministicIDMap };
//# sourceMappingURL=DeterministicIdContext.d.ts.map