We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215630a commit 7ab55aeCopy full SHA for 7ab55ae
src/index.d.ts
@@ -31,6 +31,7 @@ export interface SemanticDatepickerProps {
31
name?: string;
32
onDateChange: (newDate: Date | Date[] | null) => void;
33
placeholder?: string;
34
+ pointing: 'left' | 'right' | 'top left' | 'top right';
35
selected?: Date | Date[];
36
showOutsideDays?: boolean;
37
size?: SemanticSIZES;
0 commit comments