composable.ts.t 241 B

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