Repository URL to install this package:
|
Version:
0.0.15 ▾
|
export interface FlatButtonStyledProps {
type?: string;
isDisabled?: boolean;
state?: string;
}
export declare type FlatButtonProps = FlatButtonStyledProps & {
to?: string;
states: string;
light: boolean;
type: string;
className?: string;
};