UNPKG

strapi-plugin-comments

Version:
8 lines (7 loc) 164 B
import { FC } from "react"; type SortableThProps = { label: string; orderByKey: string; }; export declare const SortableTh: FC<SortableThProps>; export {};