add hw2
This commit is contained in:
		
							
								
								
									
										17
									
								
								node_modules/@headlessui/react/dist/internal/open-closed.d.ts
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								node_modules/@headlessui/react/dist/internal/open-closed.d.ts
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| import React, { type ReactElement, type ReactNode } from 'react'; | ||||
| export declare enum State { | ||||
|     Open = 1, | ||||
|     Closed = 2, | ||||
|     Closing = 4, | ||||
|     Opening = 8 | ||||
| } | ||||
| export declare function useOpenClosed(): State | null; | ||||
| interface Props { | ||||
|     value: State; | ||||
|     children: ReactNode; | ||||
| } | ||||
| export declare function OpenClosedProvider({ value, children }: Props): ReactElement; | ||||
| export declare function ResetOpenClosedProvider({ children }: { | ||||
|     children: React.ReactNode; | ||||
| }): ReactElement; | ||||
| export {}; | ||||
		Reference in New Issue
	
	Block a user
	 nik
					nik