1 | // Copyright 2023 The AccessKit Authors. All rights reserved. |
---|---|
2 | // Licensed under the Apache License, Version 2.0 (found in |
3 | // the LICENSE-APACHE file) or the MIT license (found in |
4 | // the LICENSE-MIT file), at your option. |
5 | |
6 | pub(crate) use accesskit_consumer::{ |
7 | common_filter as filter, common_filter_detached as filter_detached, |
8 | }; |
9 |