fix(striker-ui): add missing types imports in atom Button

main
Tsu-ba-me 4 years ago
parent e5f1bf491b
commit a08c2b24ad
  1. 2
      striker-ui/components/atoms/Button.tsx

@ -5,6 +5,8 @@ import styled from 'styled-components';
import DEFAULT_THEME from '../../lib/consts/DEFAULT_THEME'; import DEFAULT_THEME from '../../lib/consts/DEFAULT_THEME';
import { ButtonImageProps } from '../../types/ButtonImageProps';
import { ButtonProps } from '../../types/ButtonProps';
import Label from './Label'; import Label from './Label';
const DEFAULT_BUTTON_IMAGE_SIZE = 30; const DEFAULT_BUTTON_IMAGE_SIZE = 30;

Loading…
Cancel
Save