Files
2026-06-20 14:49:53 +09:00

9 lines
206 B
TypeScript

function App(props: Props) {
// ^ @type
const x = obj.field;
// ^ @variable.other.member
return <Button id={x} />;
// ^ @constructor
// ^ @attribute
}