first commit
This commit is contained in:
5
frontend/node_modules/rc-notification/lib/hooks/useStack.d.ts
generated
vendored
Normal file
5
frontend/node_modules/rc-notification/lib/hooks/useStack.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { StackConfig } from '../interface';
|
||||
type StackParams = Exclude<StackConfig, boolean>;
|
||||
type UseStack = (config?: StackConfig) => [boolean, StackParams];
|
||||
declare const useStack: UseStack;
|
||||
export default useStack;
|
||||
Reference in New Issue
Block a user