From fe790c5d824d62dba174412d5d42a914620ac16b Mon Sep 17 00:00:00 2001 From: Jay Fong Date: Sun, 1 Sep 2019 00:36:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(PickerHeader):=20=E6=94=AF=E6=8C=81=20rend?= =?UTF-8?q?erTitle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Picker/index.tsx | 1 + src/components/PickerHeader/index.tsx | 1 + src/components/PickerHeader/props.ts | 5 +++++ 3 files changed, 7 insertions(+) diff --git a/src/components/Picker/index.tsx b/src/components/Picker/index.tsx index c9e46ac..8a67369 100644 --- a/src/components/Picker/index.tsx +++ b/src/components/Picker/index.tsx @@ -58,6 +58,7 @@ function MPicker(props: MPickerProps) { diff --git a/src/components/PickerHeader/index.tsx b/src/components/PickerHeader/index.tsx index 6c8f25d..75c1d61 100644 --- a/src/components/PickerHeader/index.tsx +++ b/src/components/PickerHeader/index.tsx @@ -13,6 +13,7 @@ function MPickerHeader(props: MPickerHeaderProps) { {props.title} + {props.renderTitle}