Files
video-gen/video-gen-admin/node_modules/@rc-component/dialog/es/Dialog/Content/MemoChildren.d.ts
T
2026-05-25 17:08:18 +08:00

8 lines
308 B
TypeScript

import * as React from 'react';
export type MemoChildrenProps = {
shouldUpdate: boolean;
children: React.ReactNode;
};
declare const _default: React.MemoExoticComponent<({ children }: MemoChildrenProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>>;
export default _default;