UNPKG

ngx-eagle

Version:

UI component infrastructure and Design components for mobile and desktop Angular web applications.

8 lines 158 B
export interface FontStyle { fontFamily: string; fontSize: string; color: string; textAlign: any; lineHeight: string; fontWeight: string; }