@awsui/components-react
Version:
On July 19th, 2022, we launched [Cloudscape Design System](https://cloudscape.design). Cloudscape is an evolution of AWS-UI. It consists of user interface guidelines, front-end components, design resources, and development tools for building intuitive, en
7 lines • 652 B
TypeScript
import { DropdownOption, OptionDefinition, OptionGroup } from '../interfaces';
export declare const matchesString: (value: string | undefined, searchText: string, strictMatching: boolean) => boolean;
export declare const filterOptions: (options: ReadonlyArray<DropdownOption>, searchText: string, strictMatching?: boolean) => ReadonlyArray<DropdownOption>;
export declare const isInteractive: (option?: DropdownOption) => boolean;
export declare const isGroupInteractive: (option?: DropdownOption) => boolean;
export declare const isGroup: (option?: OptionDefinition | OptionGroup) => option is OptionGroup;
//# sourceMappingURL=filter-options.d.ts.map