@theguild/components
Version:
10 lines (7 loc) • 320 B
text/typescript
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 };