UNPKG

220 BTypeScriptView Raw
1import { ScriptHandler } from '../types';
2/**
3 * Returns documentation of the component referenced in the extends property of the component
4 */
5declare const extendsHandler: ScriptHandler;
6export default extendsHandler;