learnlytics-go/templ/generator/test-only-scripts/template_templ.go
2025-03-20 12:35:13 +01:00

22 lines
682 B
Go

// Code generated by templ - DO NOT EDIT.
// templ: version: v0.3.833
package onlyscripts
//lint:file-ignore SA4006 This context is only used if a nested component is present.
import "github.com/a-h/templ"
import templruntime "github.com/a-h/templ/runtime"
func withParameters(a string, b string, c int) templ.ComponentScript {
return templ.ComponentScript{
Name: `__templ_withParameters_1056`,
Function: `function __templ_withParameters_1056(a, b, c){console.log(a, b, c);
}`,
Call: templ.SafeScript(`__templ_withParameters_1056`, a, b, c),
CallInline: templ.SafeScriptInline(`__templ_withParameters_1056`, a, b, c),
}
}
var _ = templruntime.GeneratedTemplate