UNPKG

@replyke/core

Version:

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

4 lines (3 loc) 156 B
import { Style } from "../../interfaces/models/Style"; declare function useFetchStyle(): (styleId: string) => Promise<Style>; export default useFetchStyle;