feat(package): interface definitions

This commit is contained in:
Luke
2022-09-14 13:50:32 +02:00
parent 863ac03ca3
commit 4f0cc4c7c5
17 changed files with 355 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
export * from './interface/alert';
export * from './interface/clipboard';
export * from './interface/context';
export * from './interface/input';
export * from './interface/menu';
export * from './interface/notify';
export * from './interface/progress';
export * from './interface/textui';