docs(Search): update desc of shape prop

This commit is contained in:
陈嘉涵
2019-09-02 10:59:11 +08:00
parent da0c92f36f
commit 10db0100bb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { DefaultSlots, ScopedSlot } from '../utils/types';
const [createComponent, bem, t] = createNamespace('search');
export type SearchProps = {
shape: string;
shape: 'sqaure' | 'round';
value?: string;
label?: string;
leftIcon: string;