UNPKG

@reactivers/show

Version:
5 lines (4 loc) 165 B
import { FC, PropsWithChildren } from "react"; import { IShowProps } from "./types"; declare const Show: FC<PropsWithChildren<IShowProps>>; export default Show;