first commit
This commit is contained in:
8
frontend/node_modules/rc-table/es/Footer/Row.d.ts
generated
vendored
Normal file
8
frontend/node_modules/rc-table/es/Footer/Row.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as React from 'react';
|
||||
export interface FooterRowProps {
|
||||
children?: React.ReactNode;
|
||||
className?: string;
|
||||
style?: React.CSSProperties;
|
||||
onClick?: (e?: React.MouseEvent<HTMLElement>) => void;
|
||||
}
|
||||
export default function FooterRow({ children, ...props }: FooterRowProps): React.JSX.Element;
|
||||
Reference in New Issue
Block a user