Skip to content

Function: usePostTitle()

ts
function usePostTitle(post): ComputedRef<string>;

Defined in: packages/valaxy/client/composables/post/index.ts:14

Parameters

post

ComputedRef<Post>

Returns

ComputedRef<string>