// Code generated by wa-generator. DO NOT EDIT.
package wa
// CDNVersion is the Web Awesome version used for CDN assets
const CDNVersion = "3.1.0"
// CDNHead renders the required CSS and JS for Web Awesome from CDN
templ CDNHead() {
}
// CDNHeadPro renders the required CSS and JS for Web Awesome Pro from CDN
// Requires a valid license key configured in your environment
templ CDNHeadPro() {
}
// CDNHeadWithTheme renders CDN assets with a specific theme
templ CDNHeadWithTheme(theme string) {
}
// LocalHead renders Web Awesome assets from local paths
templ LocalHead(cssPath, jsPath string) {
}
// FontAwesomeKit renders Font Awesome kit script
templ FontAwesomeKit(kitCode string) {
}