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
text/typescript
/**
* 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'