{ "DocuTabs": { "prefix": "tabs", "body": [ "", " ", " Java", " TypeScript", " ", " ", " ```java", " // HelloWorld.java", " public class HelloWorld {", " public static void main(String[] args) {", " System.out.println(\"Hello, World!\");", " }", " }", " ```", " ", " ", " ```typescript", " // helloWorld.ts", " function helloWorld(): void {", " console.log(\"Hello, World!\");", " }", " helloWorld();", " ```", " ", "" ], "description": "Create a DocuTabs component with Java and TypeScript examples." } }