UNPKG

@gdquest/gd-school-mdx-components

Version:

Components specially made to work with GDSchool MDX lesson files.

3 lines 226 B
import { type JSXElementConstructor, type ReactElement } from "react"; export declare function isType(child: ReactElement<unknown, string | JSXElementConstructor<any>>, type: any): boolean; //# sourceMappingURL=utils.d.mts.map