minishouyin/node_modules/rc-cascader/es/OptionList/CacheContent.d.ts

8 lines
312 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +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;