1
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import * as React from 'react';
|
||||
import type { SelectInputProps } from '.';
|
||||
export type ContentContextProps = SelectInputProps;
|
||||
declare const SelectInputContext: React.Context<SelectInputProps>;
|
||||
export declare function useSelectInputContext(): SelectInputProps;
|
||||
export default SelectInputContext;
|
||||
Reference in New Issue
Block a user