All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.hooks.useCache.d.ts Maven / Gradle / Ivy

The newest version!
import type { RawValueType } from '../BaseSelect';
import type { DefaultOptionType, LabelInValueType } from '../Select';
/**
 * Cache `value` related LabeledValue & options.
 */
declare const _default: (labeledValues: LabelInValueType[], valueOptions: Map) => [LabelInValueType[], (val: RawValueType) => DefaultOptionType];
export default _default;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy