UNPKG

moh-common-lib

Version:

A library of Angular components, services, and styles for B.C. Government Ministry of Health (MoH).

6 lines (5 loc) 205 B
export declare function scrollTo(top?: number): void; /** * Get the first visible common-error-container and smoothly scroll to it. */ export declare function scrollToError(yOffset?: number): void;