1
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
interface IndentProps {
|
||||
prefixCls: string;
|
||||
level: number;
|
||||
isStart: boolean[];
|
||||
isEnd: boolean[];
|
||||
}
|
||||
declare const _default: React.NamedExoticComponent<IndentProps>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user