mirror of
https://github.com/helix-editor/helix
synced 2026-07-31 12:57:07 +02:00
9 lines
206 B
TypeScript
9 lines
206 B
TypeScript
function App(props: Props) {
|
|
// ^ @type
|
|
const x = obj.field;
|
|
// ^ @variable.other.member
|
|
return <Button id={x} />;
|
|
// ^ @constructor
|
|
// ^ @attribute
|
|
}
|