Files
NetMesh/components/sftp/hooks/useSftpTreeSelectionStore.ts

7 lines
249 B
TypeScript
Raw Normal View History

/** @deprecated Import from `@/application/state/sftp/sftpTreeSelectionStore` instead. */
export {
sftpTreeSelectionStore,
useSftpTreeSelectionState,
type SftpTreeSelectionItem,
} from "../../../application/state/sftp/sftpTreeSelectionStore";