Function: usePostTitle()
ts
function usePostTitle(post): ComputedRef<string>;
Defined in: packages/valaxy/client/composables/post/index.ts:11
Parameters
post
ComputedRef
<Partial
<PostFrontMatter
>>
Returns
ComputedRef
<string
>