mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-20 19:23:42 +08:00
- Deleted error-handler.ts, m3u8-filter.ts, progress-tracker.ts, source-switcher.ts, url-validator.ts, and test-contrast.ts as they are no longer needed in the project.
10 lines
198 B
TypeScript
10 lines
198 B
TypeScript
/**
|
|
* Accessibility Utilities Index
|
|
* 可访问性工具库索引 - Centralized exports for all accessibility utilities
|
|
*/
|
|
|
|
// Focus Management
|
|
export {
|
|
trapFocus,
|
|
} from './focus-management';
|