Files
powerpoint-toolbox/node_modules/@fluentui/react-utilities/lib/compose/constants.js
T
2025-03-07 19:22:02 +01:00

9 lines
290 B
JavaScript

/**
* @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');