UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

9 lines 271 B
import React from "react"; interface TabPanelProps { children?: React.ReactNode; index: number; value: number; } export declare function TabPanel(props: TabPanelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TabPanel.d.ts.map