UNPKG

nsn-comp

Version:

NSN核心组件

6 lines (5 loc) 184 B
import { NConnectProps } from 'nsn-model-type'; declare const Logout: { confirm: (dispatch: NConnectProps['dispatch'], silent?: boolean | undefined) => void; }; export { Logout };