fix(package): export radial file into index

This commit is contained in:
Luke
2023-02-15 18:13:43 +01:00
parent b99014eb8c
commit dab7e8da31

View File

@@ -7,6 +7,7 @@ export * from './interface/notify';
export * from './interface/progress';
export * from './interface/textui';
export * from './interface/skillcheck';
export * from './interface/radial';
export * from './streaming';
export * from './vehicleProperties';