UNPKG

seti-ramesesv1

Version:

Reusable components and context for Next.js apps

4 lines (3 loc) 211 B
import type { DataListProps, DataListRef } from "./types"; declare const DataList: import("react").ForwardRefExoticComponent<DataListProps & import("react").RefAttributes<DataListRef>>; export default DataList;