diff --git a/src/index.d.ts b/src/index.d.ts index 4572213c..7f63e104 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -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;