UNPKG

zent

Version:

一套前端设计语言和基于React的实现

8 lines (7 loc) 290 B
import { CSSProperties } from 'react'; export declare function getKeyFromChildrenIndex(child: any, index: any, subPrefix?: string): any; export declare function getExtraStyle({ isInline, depth, inlineIndent, }: { isInline: any; depth: any; inlineIndent: any; }): CSSProperties;