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