Private
Public Access
1
0
Files

6 lines
152 B
JavaScript

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