Outlook_Addin_LLM/node_modules/@fluentui/react-utilities/lib/compose/constants.js

9 lines
290 B
JavaScript
Raw Normal View History

/**
* @internal
* Internal reference for the render function
*/ export const SLOT_RENDER_FUNCTION_SYMBOL = Symbol.for('fui.slotRenderFunction');
/**
* @internal
* Internal reference for the render function
*/ export const SLOT_ELEMENT_TYPE_SYMBOL = Symbol.for('fui.slotElementType');