Skip to content

Commit 0edffb5

Browse files
committed
fix: Fix ts define
1 parent 58aab1a commit 0edffb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Divider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22

3-
interface DividerProps {
3+
export interface DividerProps {
44
className?: string;
55
rootPrefixCls?: string;
66
style?: React.CSSProperties;

0 commit comments

Comments
 (0)