Skip to content

Commit

Permalink
Fix blueprint adapter typing error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed May 23, 2019
1 parent ff75091 commit fba791e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui-components/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export { Intent } from '@blueprintjs/core/lib/cjs/common/intent';

interface IButtonProps extends IBPButtonProps {
title?: string;
type?: 'button' | 'submit' | 'reset';
}

interface IInputGroupProps extends IBPInputGroupProps {
Expand Down

0 comments on commit fba791e

Please sign in to comment.