first commit
This commit is contained in:
7
frontend/node_modules/rc-cascader/es/OptionList/CacheContent.d.ts
generated
vendored
Normal file
7
frontend/node_modules/rc-cascader/es/OptionList/CacheContent.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user