@@ -573,7 +573,6 @@ export interface DialogProps extends DialogVariants, HTMLDialogAttributes {
573573 outsideclose ?: boolean ;
574574 transition ?: TransitionFunc ;
575575 transitionParams ?: ParamsType ;
576- count ?: number ;
577576}
578577
579578// drawer
@@ -585,7 +584,7 @@ export interface DrawerProps extends DrawerVariants, Omit<DialogProps, "hidden"
585584 offset ?: string ;
586585}
587586
588- export interface DrawerHandleProps extends DrawerHandleVariants , HTMLButtonAttributes { }
587+ export interface DrawerHandleProps extends DrawerHandleVariants , HTMLButtonAttributes { }
589588
590589export interface DrawerheadProps extends DrawerheadVariants , HTMLButtonAttributes {
591590 closeIcon ?: Snippet ;
@@ -743,7 +742,7 @@ export interface FloatingLabelInputProps extends FloatingLabelInputVaratiants, O
743742}
744743
745744// helper
746- export interface HelperProps extends HelperVariants , Omit < HTMLAttributes < HTMLParagraphElement > , "color" > { }
745+ export interface HelperProps extends HelperVariants , Omit < HTMLAttributes < HTMLParagraphElement > , "color" > { }
747746
748747// input
749748export type InputValue = string | number | string [ ] | undefined ;
@@ -939,7 +938,7 @@ export interface TimepickerProps {
939938 timeIntervals ?: string [ ] ;
940939 columns ?: ColumnCount ;
941940 // Callback props instead of events
942- onselect ?: ( data : { time : string ; endTime : string ; [ key : string ] : string } ) => void ;
941+ onselect ?: ( data : { time : string ; endTime : string ; [ key : string ] : string } ) => void ;
943942}
944943
945944// textarea
@@ -1128,7 +1127,7 @@ export interface ToolbarProps extends ToolbarVariants, Omit<HTMLAttributes<HTMLD
11281127 end ?: Snippet ;
11291128}
11301129
1131- export interface ToolbarGroupProps extends ToolbarGroupVariants , HTMLAttributes < HTMLDivElement > { }
1130+ export interface ToolbarGroupProps extends ToolbarGroupVariants , HTMLAttributes < HTMLDivElement > { }
11321131
11331132export type ToolbarButtonProps = ToolbarButtonVariants &
11341133 AnchorButtonAttributes & {
@@ -1445,7 +1444,7 @@ export interface SkeletonProps extends SkeletonVariants, HTMLAttributes<HTMLDivE
14451444 size ?: SkeletonVariants [ "size" ] ;
14461445}
14471446
1448- export interface TestimonialPlaceholderProps extends TestimonialPlaceholderVariants , HTMLAttributes < HTMLDivElement > { }
1447+ export interface TestimonialPlaceholderProps extends TestimonialPlaceholderVariants , HTMLAttributes < HTMLDivElement > { }
14491448
14501449export interface TextPlaceholderProps extends TextPlaceholderVariants , HTMLAttributes < HTMLDivElement > {
14511450 size ?: TextPlaceholderVariants [ "size" ] ;
@@ -1455,7 +1454,7 @@ export interface VideoPlaceholderProps extends VideoPlaceholderVariants, HTMLAtt
14551454 size ?: VideoPlaceholderVariants [ "size" ] ;
14561455}
14571456
1458- export interface WidgetPlaceholderProps extends WidgetPlaceholderVariants , HTMLAttributes < HTMLDivElement > { }
1457+ export interface WidgetPlaceholderProps extends WidgetPlaceholderVariants , HTMLAttributes < HTMLDivElement > { }
14591458
14601459// speeddial
14611460export interface SpeedCtxType {
0 commit comments