9 lines
290 B
JavaScript
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');
|