Browse Source

Add style prop for Divider (#8504)

pull/8511/head
Chuang Yu 7 years ago
committed by 偏右
parent
commit
36831c7f1d
  1. 2
      components/divider/index.tsx

2
components/divider/index.tsx

@ -7,7 +7,7 @@ export interface DividerProps {
className?: string;
children?: React.ReactNode;
dashed?: boolean;
style?: React.CSSProperties;
}
export default function Divider({

Loading…
Cancel
Save