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