Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
13 lines (13 sloc) 185 Bytes
/**
* Enum for the modules supported by the Overlay directive.
*
* @ngdoc enum
* @readonly
* @enum {string}
* @name OverlayMode
*
*/
export enum OverlayMode {
light,
dark
}
You can’t perform that action at this time.