UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 284 B
import type { StackConfig } from '@rc-component/notification'; export type StackConfigInput = boolean | StackConfig | undefined; declare const useStackConfig: (stackConfig: StackConfigInput, defaultStackConfig: StackConfigInput) => false | StackConfig; export default useStackConfig;