mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
refactor(web): move all types into typings folder
This commit is contained in:
9
web/src/typings/index.ts
Normal file
9
web/src/typings/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export * from './alert';
|
||||
export * from './context';
|
||||
export * from './dialog';
|
||||
export * from './menu';
|
||||
export * from './notifications';
|
||||
export * from './progress';
|
||||
export * from './radial';
|
||||
export * from './skillcheck';
|
||||
export * from './textui';
|
||||
Reference in New Issue
Block a user