feat(ios): ListView showSearch for built-in search behavior

This commit is contained in:
Nathan Walker
2025-08-03 12:04:53 -07:00
parent 6e17818aea
commit 8e81246b36
6 changed files with 244 additions and 38 deletions

View File

@@ -56,7 +56,7 @@ export * from './layouts'; // barrel export
export { ListPicker } from './list-picker';
export { ListView } from './list-view';
export type { ItemEventData, TemplatedItemsView, ItemsSource } from './list-view';
export type { ItemEventData, TemplatedItemsView, ItemsSource, SearchEventData } from './list-view';
export { Page, PageBase } from './page';
export type { NavigatedData } from './page';
export { Placeholder } from './placeholder';