mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
config redirect
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import { ReactNode, ReactElement } from 'react';
|
||||
export declare enum State {
|
||||
Open = 0,
|
||||
Closed = 1
|
||||
}
|
||||
export declare function useOpenClosed(): State | null;
|
||||
interface Props {
|
||||
value: State;
|
||||
children: ReactNode;
|
||||
}
|
||||
export declare function OpenClosedProvider({ value, children }: Props): ReactElement;
|
||||
export {};
|
||||
Reference in New Issue
Block a user