Files
2025-03-07 19:22:02 +01:00

6 lines
152 B
JavaScript

/**
* Render the final JSX of TeachingPopoverTrigger
*/ export const renderTeachingPopoverTrigger_unstable = (state)=>{
return state.children;
};