UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

4 lines (3 loc) 144 B
import { List } from "../../interfaces/models/List"; declare function useFetchRootList(): () => Promise<List>; export default useFetchRootList;