Private
Public Access
1
0
Files

6 lines
136 B
JavaScript

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