amis-rpc-design/node_modules/rc-cascader/lib/OptionList/CacheContent.d.ts

8 lines
312 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import * as React from 'react';
export interface CacheContentProps {
children?: React.ReactNode;
open?: boolean;
}
declare const CacheContent: React.MemoExoticComponent<({ children }: CacheContentProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>>;
export default CacheContent;