Function: usePostTitle()

Source: 1.0.0-rc.14 · ecc10ae38a81 (uncommitted changes)

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

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

Parameters

post

ComputedRef<Post>

Returns

ComputedRef<string>