mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
4 lines
69 B
TypeScript
4 lines
69 B
TypeScript
export enum NgxExampleView {
|
|
LIVE = 'live',
|
|
INLINE = 'inline',
|
|
}
|