UNPKG

clubzella-comic-test-v1

Version:

A clubzella widget component library for React Native.

9 lines (8 loc) 382 B
import React from "react"; import { pantheonT } from "./types/pantheon"; declare const Pantheon: ({ handleSetPantheon, openInPantheonPanel, setOpenInPantheonPanel, }: { handleSetPantheon: (pantheon: pantheonT) => void; setOpenInPantheonPanel: React.Dispatch<React.SetStateAction<boolean>>; openInPantheonPanel: boolean; }) => React.JSX.Element; export default Pantheon;