Appearance
function usePostList(params?): ComputedRef<Post[]>;
Defined in: packages/valaxy/client/composables/post/index.ts:171
get post list in 'pages/posts' folder todo: use vue provide/inject to global
string
ComputedRef<Post[]>
ComputedRef
Post