summaryrefslogtreecommitdiff
path: root/src/components/shared/Fab.ts
blob: 432888bc2e1ef79523e4a58458d5e8b5f44028ad (plain)
1
2
3
4
5
6
7
8
9
import { Fab, Action } from 'react-tiny-fab';
import './rtf.css';

export const position = {
  right: 10,
  bottom: 10,
};

export { Fab, Action };