UNPKG

187 BTypeScriptView Raw
1import { Component } from './types';
2export declare const getComponentName: (component: Component) => string;
3export declare function scrollToElement(element: any, block?: string): void;