UNPKG

echo-fecs

Version:

Front End Code Style Suite

14 lines (12 loc) 204 B
/** * @file filename * @author xxx(xxx@xxx.com) * * @since 2017-05-15 */ function Foo(props) { let hello = <div> <p>Hello, {props.name}!</p> </div>; return hello }