website refactor
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Box } from './Box';
|
||||
import { Button, ButtonProps } from './Button';
|
||||
|
||||
export interface FloatingActionProps extends ButtonProps {
|
||||
export interface FloatingActionProps extends Omit<ButtonProps, 'position'> {
|
||||
position?: 'bottom-left' | 'bottom-right' | 'top-left' | 'top-right';
|
||||
title?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user