UNPKG

sanity-search-and-delete

Version:

Flexible search and delete utility for Sanity Studio - bulk content management with safety features

14 lines (12 loc) 336 B
/** * Sanity Search and Delete - Main Export * Flexible search and delete utility for Sanity Studio */ export { default as SearchAndDelete } from './SearchAndDelete' export { default } from './SearchAndDelete' // Export types if needed export type { SearchAndDeleteProps, SearchResult, DeleteResult } from './SearchAndDelete'