© 2026 Hedgehog Software, LLC
export const toUpperCase = (str: string) => { return str.toUpperCase(); };
Property 'toUpperCase' does not exist on type 'CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>
import { toUpperCase } from "#imports";
const _toUpperCase = toUpperCase;