##// END OF EJS Templates
DjxFragment converted to functionl component...
DjxFragment converted to functionl component Added support for the widgets, null, undefined, boolean types to BuildContext

File last commit:

r53:deb0ed6fb680 v1.0.7 default
r59:bcdd096122ff default
Show More
foo.ts
6 lines | 167 B | video/mp2t | TypeScriptLexer
import foo from "../foo";
export default foo.define({
greeting: (name: string) => `Привет, ${name}`,
goodbye: (name: string) => `Пока, ${name}`
});