UNPKG

seti-ramesesv1

Version:

Reusable components and context for Next.js apps

12 lines (11 loc) 275 B
interface AttrProps { tag: string; title: string; } interface UserTxnListPage { attr: AttrProps; id: string; target: string; } declare const MyTaskTxnList: (props: UserTxnListPage) => import("react/jsx-runtime").JSX.Element; export default MyTaskTxnList;