Files
icehrm/web/node_modules/rc-table/lib/Footer/index.d.ts
2020-05-20 18:47:29 +02:00

7 lines
184 B
TypeScript

import * as React from 'react';
export interface FooterProps {
children: React.ReactNode;
}
declare function Footer({ children }: FooterProps): JSX.Element;
export default Footer;