Files
video-gen/video-gen-admin/node_modules/@rc-component/table/es/Footer/Row.d.ts
T
2026-05-25 17:08:18 +08:00

9 lines
287 B
TypeScript

import * as React from 'react';
export interface FooterRowProps {
className?: string;
style?: React.CSSProperties;
onClick?: React.MouseEventHandler<HTMLTableRowElement>;
}
declare const FooterRow: React.FC<React.PropsWithChildren<FooterRowProps>>;
export default FooterRow;