Files
copilot-toolbox-template-121/node_modules/rc-cascader/es/OptionList/CacheContent.d.ts
2026-01-16 02:20:32 +00:00

8 lines
312 B
TypeScript

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;