UNPKG

quantumai-design-system

Version:

퀀텀에이아이의 디자인 시스템

7 lines (6 loc) 249 B
import { ReactNode } from 'react'; export interface TableFooterProps { children: ReactNode; } declare const TableFooter: ({ children, ...props }: TableFooterProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default TableFooter;