UNPKG

@spaced-out/ui-design-system

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