composable.ts.t 310 B

12345678
  1. ---
  2. to: "<%= withComposable ? h.getPath('genericComponent', {directoryScope: directoryScope, suffix: `${h.usePrefix(componentName, 'generic')}/${h.usePrefix(componentName, 'use')}.ts`}) : null %>"
  3. ---
  4. // <%= h.zammadCopyright() %>
  5. export const <%= h.usePrefix(componentName, 'use') %> = () => {
  6. return {}
  7. }