@spaced-out/ui-design-system
Version:
Sense UI components library
8 lines • 318 B
TypeScript
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