UNPKG

moh-common-lib

Version:

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

7 lines (6 loc) 193 B
import { OnInit } from '@angular/core'; export declare class PageSectionComponent implements OnInit { layout: 'double' | 'tips' | 'noTips'; constructor(); ngOnInit(): void; }