6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
/**
|
|
* Render the final JSX of PopoverTrigger
|
|
*/ export const renderPopoverTrigger_unstable = (state)=>{
|
|
return state.children;
|
|
};
|