UNPKG

sodesu-comment

Version:

Comment system with SolidJS

5 lines (4 loc) 267 B
import { WalineCommentSorting } from '../typings/index.js'; export type SortKey = 'insertedAt_desc' | 'insertedAt_asc' | 'like_desc'; export declare const sortKeyMap: Record<WalineCommentSorting, SortKey>; export declare const sortingMethods: WalineCommentSorting[];