UNPKG

@gdquest/gd-school-mdx-components

Version:

Components specially made to work with GDSchool MDX lesson files.

9 lines 385 B
/// <reference types="react" /> import PropTypes, { type InferProps } from "prop-types"; export declare function Description({ children, }: InferProps<typeof Description.propTypes>): JSX.Element; export declare namespace Description { var propTypes: { children: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>; }; } //# sourceMappingURL=Description.d.ts.map