UNPKG

@theguild/components

Version:
10 lines (7 loc) 320 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { StaticImageData } from 'next/image'; interface GraphQLConfCardProps { image: StaticImageData; } declare function GraphQLConfCard({ image }: GraphQLConfCardProps): react_jsx_runtime.JSX.Element; export { GraphQLConfCard, type GraphQLConfCardProps };