7 lines
182 B
TypeScript
7 lines
182 B
TypeScript
/** @deprecated 请使用 useChannelDeptScope */
|
|
export {
|
|
DEFAULT_CHANNEL_ID,
|
|
useChannelDeptScope as useChannelConfigScope,
|
|
type ChannelTreeNode
|
|
} from './useChannelDeptScope'
|