mirror of
https://github.com/helix-editor/helix
synced 2026-08-06 15:02:59 +02:00
8 lines
171 B
React
8 lines
171 B
React
function App(props) {
|
|
const x = obj.field;
|
|
// ^ @variable.other.member
|
|
return <Button id={x} />;
|
|
// ^ @constructor
|
|
// ^ @attribute
|
|
}
|