UNPKG

clubzella-comic-test-v1

Version:

A clubzella widget component library for React Native.

5 lines (4 loc) 178 B
import React from "react"; import { pantheonT } from "./types/pantheon"; declare const PantheonCard: ({ ...props }: pantheonT) => React.JSX.Element; export default PantheonCard;