UNPKG

@spaced-out/ui-design-system

Version:
8 lines 318 B
import * as React from 'react'; export interface TableBottomBarProps { children?: React.ReactNode; className?: string; testId?: string; } export declare const TableBottomBar: ({ children, className, testId, ...props }: TableBottomBarProps) => React.JSX.Element; //# sourceMappingURL=TableBottomBar.d.ts.map