UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

20 lines (18 loc) 443 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useProps = void 0; var _ = require("../.."); /** * @author: yanxianliang * @date: 2025-10-16 20:22 * @modified:2025/10/16 20:22 by yanxianliang * @desc: 获取传入的props * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ const useProps = () => { return (0, _.useSelector)(state => state.props); }; exports.useProps = useProps;