UNPKG

ng-materialgrammi

Version:

An Angular framework which follows

4 lines (3 loc) 234 B
export declare type Theme = string | "primary" | "success" | "warning" | "danger" | "lite" | "dark"; export declare type NavPartition = string | "2:1" | "1:2" | "1:1"; export declare type InputStyle = string | "control" | "material";