UNPKG

@platformbuilders/react-elements

Version:

Platform Builders Shared Components Library For React Web

15 lines 418 B
import { DefaultTheme } from 'styled-components'; import { ColorsVariants } from './Colors'; export declare type ButtonType = { onPress(): void; type?: string; variant?: ColorsVariants; transparent?: boolean; flat?: boolean; hasBorder?: boolean; loading?: boolean; disabled?: boolean; children: string; theme?: DefaultTheme; }; //# sourceMappingURL=Button.d.ts.map