import {fbs} from 'fbt'; function Component(props) { return (
Hello {props.name} }> Hover me
); } export const FIXTURE_ENTRYPOINT = { fn: Component, params: [{name: 'Sathya'}], };