gatsby-theme-zh
Version:
13 lines (12 loc) • 504 B
TypeScript
import React from 'react';
import { WithTranslation } from 'react-i18next';
interface PlayGroundProps {
exampleSections: any;
location: Location;
description: string;
markdownRemark: any;
categories: string[];
allDemos: any;
}
declare const _default: React.ComponentType<Pick<PlayGroundProps & WithTranslation, "markdownRemark" | "exampleSections" | "description" | "location" | "allDemos" | "categories"> & import("react-i18next").WithTranslationProps>;
export default _default;