File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import ClayDropDown from '@clayui/drop-down';
8
8
import fuzzy from 'fuzzy' ;
9
9
import React from 'react' ;
10
10
11
- interface IProps extends React . ComponentProps < typeof ClayDropDown . Item > {
11
+ export interface IProps extends React . ComponentProps < typeof ClayDropDown . Item > {
12
12
innerRef ?: React . Ref < HTMLAnchorElement > ;
13
13
14
14
/**
Original file line number Diff line number Diff line change 7
7
import classNames from 'classnames' ;
8
8
import React from 'react' ;
9
9
10
- interface IButtonGroupProps extends React . HTMLAttributes < HTMLDivElement > {
10
+ export interface IButtonGroupProps extends React . HTMLAttributes < HTMLDivElement > {
11
11
/**
12
12
* Flag to indicate the spacing between the buttons.
13
13
*/
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ interface IDropDownContentProps {
45
45
items : Array < IItem > ;
46
46
}
47
47
48
- interface IProps extends IDropDownContentProps {
48
+ export interface IProps extends IDropDownContentProps {
49
49
/**
50
50
* Default position of menu element. Values come from `metal-position`.
51
51
*/
Original file line number Diff line number Diff line change 7
7
import classNames from 'classnames' ;
8
8
import React from 'react' ;
9
9
10
- interface IPaginationItemProps
10
+ export interface IPaginationItemProps
11
11
extends React . HTMLAttributes < HTMLAnchorElement | HTMLButtonElement > {
12
12
active ?: boolean ;
13
13
disabled ?: boolean ;
You can’t perform that action at this time.
0 commit comments