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

package.dist.components.select.select-context.d.ts Maven / Gradle / Ivy

import { ReactNode } from 'react';
import { CollectionItem } from '../collection';
import { UseSelectContext } from './use-select-context';
export interface SelectContextProps {
    children: (context: UseSelectContext) => ReactNode;
}
export declare const SelectContext: (props: SelectContextProps) => ReactNode;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy