Skip to content

Commit

Permalink
fix(definitions): Add missing pointing prop definition (#34)
Browse files Browse the repository at this point in the history
* added missing pointing prop definition
  • Loading branch information
jaaaco authored and arthurdenner committed Jul 18, 2019
1 parent 215630a commit 7ab55ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export interface SemanticDatepickerProps {
name?: string;
onDateChange: (newDate: Date | Date[] | null) => void;
placeholder?: string;
pointing: 'left' | 'right' | 'top left' | 'top right';
selected?: Date | Date[];
showOutsideDays?: boolean;
size?: SemanticSIZES;
Expand Down

1 comment on commit 7ab55ae

@vercel
Copy link

@vercel vercel bot commented on 7ab55ae Jul 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.