UNPKG

orc-component

Version:

react 组件库

27 lines (25 loc) 769 B
/* * @Author: peiyanh * @Date: 2022-06-05 17:10:05 * @LastEditTime: 2022-06-07 17:48:25 * @LastEditors: peiyanh * @Description: * @FilePath: /rollup/src/index.ts * Copyright (c) 2004-2021 i-Sprint Technologies, Inc. * address: * All rights reserved. * * This software is the confidential and proprietary information of * i-Sprint Technologies, Inc. ('Confidential Information'). You shall not * disclose such Confidential Information and shall use it only in * accordance with the terms of the license agreement you entered into * with i-Sprint. */ import { hello } from "./hello"; import OrcInput from './components/OrcInput/index' import OrcTimeLine from './components/OrcTimeLine/index' hello(); export { OrcInput, OrcTimeLine }