Migrate Angular UI from portmaster-ui to desktop/angular. Update Earthfile to build libs, UI and tauri-builtin
This commit is contained in:
16
desktop/angular/projects/safing/ui/src/public-api.ts
Normal file
16
desktop/angular/projects/safing/ui/src/public-api.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Public API Surface of ui
|
||||
*/
|
||||
|
||||
export * from './lib/accordion';
|
||||
export * from './lib/dialog';
|
||||
export * from './lib/dropdown';
|
||||
export * from './lib/overlay-stepper';
|
||||
export * from './lib/pagination';
|
||||
export * from './lib/select';
|
||||
export * from './lib/tabs';
|
||||
export * from './lib/tipup';
|
||||
export * from './lib/toggle-switch';
|
||||
export * from './lib/tooltip';
|
||||
export * from './lib/ui.module';
|
||||
|
||||
Reference in New Issue
Block a user