From 7c48d1e0e14f9f20b7d3dc7f7ebef4eddad2af6b Mon Sep 17 00:00:00 2001 From: jackycheng Date: Mon, 11 Nov 2024 16:56:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/lib/index.tsx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/index.tsx b/src/lib/index.tsx index 7e51da0..85957ed 100644 --- a/src/lib/index.tsx +++ b/src/lib/index.tsx @@ -2,6 +2,8 @@ import React from 'react'; import { RenderFieldPropsType } from '{{ UIPackageName }}'; import './index.css'; +{{ CustomType }} + /** * props定义 */