Skip to content

Commit

Permalink
Fix TypeScript type of Descriptions title, close #17534 (#17559)
Browse files Browse the repository at this point in the history
  • Loading branch information
hengkx authored and dengfuping committed Jul 10, 2019
1 parent 56a961c commit d52b85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/descriptions/index.tsx
Expand Up @@ -26,7 +26,7 @@ export interface DescriptionsProps {
bordered?: boolean;
size?: 'middle' | 'small' | 'default';
children?: React.ReactNode;
title?: string;
title?: React.ReactNode;
column?: number | Partial<Record<Breakpoint, number>>;
layout?: 'horizontal' | 'vertical';
}
Expand Down

0 comments on commit d52b85f

Please sign in to comment.