Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-teaching-popover/lib/components/TeachingPopoverTrigger/renderTeachingPopoverTrigger.js

6 lines
152 B
JavaScript

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