@seplan/diti-ds
Version:
Reusable UI component library developed by DITI (Technology and Innovation Directorate of SEPLAN PI) based on Mantine and Tailwind CSS
13 lines • 317 B
TypeScript
import { OptionsFilter } from '@mantine/core';
/**
* Função de filtro para o componente Select do Mantine que ignora acentos.
*
* @example
* <Select
* searchable
* data={options}
* filter={filterOptions}
* />
*/
export declare const filterOptions: OptionsFilter;
//# sourceMappingURL=filters.d.ts.map