Update d.ts files
parent
546504c4e0
commit
812378623b
|
@ -18,6 +18,7 @@ export declare type AccordionPassThroughOptionType = AccordionPassThroughAttribu
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface AccordionPassThroughMethodOptions {
|
export interface AccordionPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: AccordionProps;
|
props: AccordionProps;
|
||||||
state: AccordionState;
|
state: AccordionState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type AccordionTabPassThroughOptionType = AccordionTabPassThroughA
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface AccordionTabPassThroughMethodOptions {
|
export interface AccordionTabPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: AccordionTabProps;
|
props: AccordionTabProps;
|
||||||
parent: AccordionPassThroughOptions;
|
parent: AccordionPassThroughOptions;
|
||||||
context: AccordionTabContext;
|
context: AccordionTabContext;
|
||||||
|
|
|
@ -19,6 +19,7 @@ export declare type AutoCompletePassThroughOptionType = AutoCompletePassThroughA
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface AutoCompletePassThroughMethodOptions {
|
export interface AutoCompletePassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: AutoCompleteProps;
|
props: AutoCompleteProps;
|
||||||
state: AutoCompleteState;
|
state: AutoCompleteState;
|
||||||
context: AutoCompleteContext;
|
context: AutoCompleteContext;
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type AvatarPassThroughOptionType = AvatarPassThroughAttributes |
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface AvatarPassThroughMethodOptions {
|
export interface AvatarPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: AvatarProps;
|
props: AvatarProps;
|
||||||
parent: AvatarGroupPassThroughOptions;
|
parent: AvatarGroupPassThroughOptions;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type BadgePassThroughOptionType = BadgePassThroughAttributes | ((
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface BadgePassThroughMethodOptions {
|
export interface BadgePassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: BadgeProps;
|
props: BadgeProps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type BlockUIPassThroughOptionType = BlockUIPassThroughAttributes
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface BlockUIPassThroughMethodOptions {
|
export interface BlockUIPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: BlockUIProps;
|
props: BlockUIProps;
|
||||||
state: BlockUIState;
|
state: BlockUIState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type BreadcrumbPassThroughOptionType = BreadcrumbPassThroughAttri
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface BreadcrumbPassThroughMethodOptions {
|
export interface BreadcrumbPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: BreadcrumbProps;
|
props: BreadcrumbProps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type ButtonPassThroughOptionType = ButtonPassThroughAttributes |
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ButtonPassThroughMethodOptions {
|
export interface ButtonPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ButtonProps;
|
props: ButtonProps;
|
||||||
context: ButtonContext;
|
context: ButtonContext;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type CalendarPassThroughOptionType = CalendarPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface CalendarPassThroughMethodOptions {
|
export interface CalendarPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: CalendarProps;
|
props: CalendarProps;
|
||||||
state: CalendarState;
|
state: CalendarState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type CarouselPassThroughOptionType = CarouselPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface CarouselPassThroughMethodOptions {
|
export interface CarouselPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: CarouselProps;
|
props: CarouselProps;
|
||||||
state: CarouselState;
|
state: CarouselState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type CascadeSelectPassThroughOptionType = CascadeSelectPassThroug
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface CascadeSelectPassThroughMethodOptions {
|
export interface CascadeSelectPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: CascadeSelectProps;
|
props: CascadeSelectProps;
|
||||||
state: CascadeSelectState;
|
state: CascadeSelectState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type ChartPassThroughOptionType = ChartPassThroughAttributes | ((
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ChartPassThroughMethodOptions {
|
export interface ChartPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ChartProps;
|
props: ChartProps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type CheckboxPassThroughOptionType = CheckboxPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface CheckboxPassThroughMethodOptions {
|
export interface CheckboxPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: CheckboxProps;
|
props: CheckboxProps;
|
||||||
state: CheckboxState;
|
state: CheckboxState;
|
||||||
context: CheckboxContext;
|
context: CheckboxContext;
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type ChipPassThroughOptionType = ChipPassThroughAttributes | ((op
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ChipPassThroughMethodOptions {
|
export interface ChipPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ChipProps;
|
props: ChipProps;
|
||||||
state: ChipState;
|
state: ChipState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type ChipsPassThroughOptionType = ChipsPassThroughAttributes | ((
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ChipsPassThroughMethodOptions {
|
export interface ChipsPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ChipsProps;
|
props: ChipsProps;
|
||||||
state: ChipsState;
|
state: ChipsState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,7 @@ export declare type ColorPickerPassThroughOptionType = ColorPickerPassThroughAtt
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ColorPickerPassThroughMethodOptions {
|
export interface ColorPickerPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ColorPickerProps;
|
props: ColorPickerProps;
|
||||||
state: ColorPickerState;
|
state: ColorPickerState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,6 +23,7 @@ export declare type ColumnPassThroughOptionType = ColumnPassThroughAttributes |
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ColumnPassThroughMethodOptions {
|
export interface ColumnPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ColumnProps;
|
props: ColumnProps;
|
||||||
parent: DataTablePassThroughOptions;
|
parent: DataTablePassThroughOptions;
|
||||||
context: ColumnContext;
|
context: ColumnContext;
|
||||||
|
|
|
@ -15,6 +15,7 @@ export declare type ColumnGroupPassThroughOptionType = ColumnGroupPassThroughAtt
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ColumnGroupPassThroughMethodOptions {
|
export interface ColumnGroupPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ColumnGroupProps;
|
props: ColumnGroupProps;
|
||||||
parent: DataTablePassThroughOptions;
|
parent: DataTablePassThroughOptions;
|
||||||
context: ColumnGroupContext;
|
context: ColumnGroupContext;
|
||||||
|
|
|
@ -19,6 +19,7 @@ export declare type ConfirmDialogPassThroughOptionType = ConfirmDialogPassThroug
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ConfirmDialogPassThroughMethodOptions {
|
export interface ConfirmDialogPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ConfirmDialogProps;
|
props: ConfirmDialogProps;
|
||||||
state: ConfirmDialogState;
|
state: ConfirmDialogState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,7 @@ export declare type ConfirmPopupPassThroughOptionType = ConfirmPopupPassThroughA
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ConfirmPopupPassThroughMethodOptions {
|
export interface ConfirmPopupPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ConfirmPopupProps;
|
props: ConfirmPopupProps;
|
||||||
state: ConfirmPopupState;
|
state: ConfirmPopupState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,7 @@ export declare type ContextMenuPassThroughOptionType = ContextMenuPassThroughAtt
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ContextMenuPassThroughMethodOptions {
|
export interface ContextMenuPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ContextMenuProps;
|
props: ContextMenuProps;
|
||||||
state: ContextMenuState;
|
state: ContextMenuState;
|
||||||
context: ContextMenuContext;
|
context: ContextMenuContext;
|
||||||
|
|
|
@ -22,6 +22,7 @@ export declare type DataTablePassThroughOptionType = DataTablePassThroughAttribu
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface DataTablePassThroughMethodOptions {
|
export interface DataTablePassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: DataTableProps;
|
props: DataTableProps;
|
||||||
state: DataTableState;
|
state: DataTableState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type DataViewPassThroughOptionType = DataViewPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface DataViewPassThroughMethodOptions {
|
export interface DataViewPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: DataViewProps;
|
props: DataViewProps;
|
||||||
state: DataViewState;
|
state: DataViewState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type DataViewLayoutOptionsPassThroughOptionType = DataViewLayoutO
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface DataViewLayoutOptionsPassThroughMethodOptions {
|
export interface DataViewLayoutOptionsPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: DataViewLayoutOptionsProps;
|
props: DataViewLayoutOptionsProps;
|
||||||
state: DataViewLayoutOptionsState;
|
state: DataViewLayoutOptionsState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type DeferredContentPassThroughOptionType = DeferredContentPassTh
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface DeferredContentPassThroughMethodOptions {
|
export interface DeferredContentPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: DeferredContentProps;
|
props: DeferredContentProps;
|
||||||
state: DeferredContentState;
|
state: DeferredContentState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type DialogPassThroughOptionType = DialogPassThroughAttributes |
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface DialogPassThroughMethodOptions {
|
export interface DialogPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: DialogProps;
|
props: DialogProps;
|
||||||
state: DialogState;
|
state: DialogState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type DividerPassThroughOptionType = DividerPassThroughAttributes
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface DividerPassThroughMethodOptions {
|
export interface DividerPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: DividerProps;
|
props: DividerProps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type DockPassThroughOptionType = DockPassThroughAttributes | ((op
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface DockPassThroughMethodOptions {
|
export interface DockPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: DockProps;
|
props: DockProps;
|
||||||
state: DockState;
|
state: DockState;
|
||||||
context: DockContext;
|
context: DockContext;
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type DropdownPassThroughOptionType = DropdownPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface DropdownPassThroughMethodOptions {
|
export interface DropdownPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: DropdownProps;
|
props: DropdownProps;
|
||||||
state: DropdownState;
|
state: DropdownState;
|
||||||
context: DropdownContext;
|
context: DropdownContext;
|
||||||
|
|
|
@ -16,6 +16,7 @@ export declare type EditorPassThroughOptionType = EditorPassThroughAttributes |
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface EditorPassThroughMethodOptions {
|
export interface EditorPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: EditorProps;
|
props: EditorProps;
|
||||||
state: EditorState;
|
state: EditorState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type FieldsetPassThroughOptionType = FieldsetPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface FieldsetPassThroughMethodOptions {
|
export interface FieldsetPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: FieldsetProps;
|
props: FieldsetProps;
|
||||||
state: FieldsetState;
|
state: FieldsetState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,7 @@ export declare type FileUploadPassThroughOptionType = FileUploadPassThroughAttri
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface FileUploadPassThroughMethodOptions {
|
export interface FileUploadPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: FileUploadProps;
|
props: FileUploadProps;
|
||||||
state: FileUploadState;
|
state: FileUploadState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,7 @@ export declare type GalleriaPassThroughOptionType = GalleriaPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface GalleriaPassThroughMethodOptions {
|
export interface GalleriaPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: GalleriaProps;
|
props: GalleriaProps;
|
||||||
state: GalleriaState;
|
state: GalleriaState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,7 @@ export declare type ImagePassThroughOptionType = ImagePassThroughAttributes | ((
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ImagePassThroughMethodOptions {
|
export interface ImagePassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ImageProps;
|
props: ImageProps;
|
||||||
state: ImageState;
|
state: ImageState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type InlineMessagePassThroughOptionType = InlineMessagePassThroug
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface InlineMessagePassThroughMethodOptions {
|
export interface InlineMessagePassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: InlineMessageProps;
|
props: InlineMessageProps;
|
||||||
state: InlineMessageState;
|
state: InlineMessageState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,7 @@ export declare type InplacePassThroughOptionType = InplacePassThroughAttributes
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface InplacePassThroughMethodOptions {
|
export interface InplacePassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: InplaceProps;
|
props: InplaceProps;
|
||||||
state: InplaceState;
|
state: InplaceState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,7 @@ export declare type InputNumberPassThroughOptionType = InputNumberPassThroughAtt
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface InputNumberPassThroughMethodOptions {
|
export interface InputNumberPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: InputNumberProps;
|
props: InputNumberProps;
|
||||||
state: InputNumberState;
|
state: InputNumberState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type InputSwitchPassThroughOptionType = InputSwitchPassThroughAtt
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface InputSwitchPassThroughMethodOptions {
|
export interface InputSwitchPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: InputSwitchProps;
|
props: InputSwitchProps;
|
||||||
state: InputSwitchState;
|
state: InputSwitchState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,7 @@ export declare type KnobPassThroughOptionType = KnobPassThroughAttributes | ((op
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface KnobPassThroughMethodOptions {
|
export interface KnobPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: KnobProps;
|
props: KnobProps;
|
||||||
state: KnobState;
|
state: KnobState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type ListboxPassThroughOptionType = ListboxPassThroughAttributes
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ListboxPassThroughMethodOptions {
|
export interface ListboxPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ListboxProps;
|
props: ListboxProps;
|
||||||
state: ListboxState;
|
state: ListboxState;
|
||||||
context: ListboxContext;
|
context: ListboxContext;
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type MegaMenuPassThroughOptionType = MegaMenuPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface MegaMenuPassThroughMethodOptions {
|
export interface MegaMenuPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: MegaMenuProps;
|
props: MegaMenuProps;
|
||||||
state: MegaMenuState;
|
state: MegaMenuState;
|
||||||
context: MegaMenuContext;
|
context: MegaMenuContext;
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type MenuPassThroughOptionType = MenuPassThroughAttributes | ((op
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface MenuPassThroughMethodOptions {
|
export interface MenuPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: MenuProps;
|
props: MenuProps;
|
||||||
state: MenuState;
|
state: MenuState;
|
||||||
context: MenuContext;
|
context: MenuContext;
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type MenubarPassThroughOptionType = MenubarPassThroughAttributes
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface MenubarPassThroughMethodOptions {
|
export interface MenubarPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: MenubarProps;
|
props: MenubarProps;
|
||||||
state: MenubarState;
|
state: MenubarState;
|
||||||
context: MenubarContext;
|
context: MenubarContext;
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type MessagePassThroughOptionType = MessagePassThroughAttributes
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface MessagePassThroughMethodOptions {
|
export interface MessagePassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: MessageProps;
|
props: MessageProps;
|
||||||
state: MessageState;
|
state: MessageState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type MultiSelectPassThroughOptionType = MultiSelectPassThroughAtt
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface MultiSelectPassThroughMethodOptions {
|
export interface MultiSelectPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: MultiSelectProps;
|
props: MultiSelectProps;
|
||||||
state: MultiSelectState;
|
state: MultiSelectState;
|
||||||
context: MultiSelectContext;
|
context: MultiSelectContext;
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type OrderListPassThroughOptionType = OrderListPassThroughAttribu
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface OrderListPassThroughMethodOptions {
|
export interface OrderListPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: OrderListProps;
|
props: OrderListProps;
|
||||||
state: OrderListState;
|
state: OrderListState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type OrganizationChartPassThroughOptionType = OrganizationChartPa
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface OrganizationChartPassThroughMethodOptions {
|
export interface OrganizationChartPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: OrganizationChartProps;
|
props: OrganizationChartProps;
|
||||||
state: OrganizationChartState;
|
state: OrganizationChartState;
|
||||||
context: OrganizationChartContext;
|
context: OrganizationChartContext;
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type OverlayPanelPassThroughOptionType = OverlayPanelPassThroughA
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface OverlayPanelPassThroughMethodOptions {
|
export interface OverlayPanelPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: OverlayPanelProps;
|
props: OverlayPanelProps;
|
||||||
state: OverlayPanelState;
|
state: OverlayPanelState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,7 @@ export declare type PaginatorPassThroughOptionType = PaginatorPassThroughAttribu
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface PaginatorPassThroughMethodOptions {
|
export interface PaginatorPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: PaginatorProps;
|
props: PaginatorProps;
|
||||||
state: PaginatorState;
|
state: PaginatorState;
|
||||||
context: PaginatorContext;
|
context: PaginatorContext;
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type PanelPassThroughOptionType = PanelPassThroughAttributes | ((
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface PanelPassThroughMethodOptions {
|
export interface PanelPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: PanelProps;
|
props: PanelProps;
|
||||||
state: PanelState;
|
state: PanelState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type PanelMenuPassThroughOptionType = PanelMenuPassThroughAttribu
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface PanelMenuPassThroughMethodOptions {
|
export interface PanelMenuPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: PanelMenuProps;
|
props: PanelMenuProps;
|
||||||
state: PanelMenuState;
|
state: PanelMenuState;
|
||||||
context: PanelMenuContext;
|
context: PanelMenuContext;
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type PasswordPassThroughOptionType = PasswordPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface PasswordPassThroughMethodOptions {
|
export interface PasswordPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: PasswordProps;
|
props: PasswordProps;
|
||||||
state: PasswordState;
|
state: PasswordState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type PickListPassThroughOptionType = PickListPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface PickListPassThroughMethodOptions {
|
export interface PickListPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: PickListProps;
|
props: PickListProps;
|
||||||
state: PickListState;
|
state: PickListState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type ProgressBarPassThroughOptionType = ProgressBarPassThroughAtt
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ProgressBarPassThroughMethodOptions {
|
export interface ProgressBarPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ProgressBarProps;
|
props: ProgressBarProps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@ export declare type ProgressSpinnerPassThroughOptionType = ProgressSpinnerPassTh
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ProgressSpinnerPassThroughMethodOptions {
|
export interface ProgressSpinnerPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ProgressSpinnerProps;
|
props: ProgressSpinnerProps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type RadioButtonPassThroughOptionType = RadioButtonPassThroughAtt
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface RadioButtonPassThroughMethodOptions {
|
export interface RadioButtonPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: RadioButtonProps;
|
props: RadioButtonProps;
|
||||||
state: RadioButtonState;
|
state: RadioButtonState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type RatingPassThroughOptionType = RatingPassThroughAttributes |
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface RatingPassThroughMethodOptions {
|
export interface RatingPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: RatingProps;
|
props: RatingProps;
|
||||||
state: RatingState;
|
state: RatingState;
|
||||||
context: RatingContext;
|
context: RatingContext;
|
||||||
|
|
|
@ -15,6 +15,7 @@ export declare type RowPassThroughOptionType = RowPassThroughAttributes | ((opti
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface RowPassThroughMethodOptions {
|
export interface RowPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: RowProps;
|
props: RowProps;
|
||||||
parent: ColumnGroupPassThroughOptions;
|
parent: ColumnGroupPassThroughOptions;
|
||||||
context: RowContext;
|
context: RowContext;
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type ScrollPanelPassThroughOptionType = ScrollPanelPassThroughAtt
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ScrollPanelPassThroughMethodOptions {
|
export interface ScrollPanelPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ScrollPanelProps;
|
props: ScrollPanelProps;
|
||||||
state: ScrollPanelState;
|
state: ScrollPanelState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type ScrollTopPassThroughOptionType = ScrollTopPassThroughAttribu
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ScrollTopPassThroughMethodOptions {
|
export interface ScrollTopPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ScrollTopProps;
|
props: ScrollTopProps;
|
||||||
state: ScrollTopState;
|
state: ScrollTopState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type SelectButtonPassThroughOptionType = SelectButtonPassThroughA
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface SelectButtonPassThroughMethodOptions {
|
export interface SelectButtonPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: SelectButtonProps;
|
props: SelectButtonProps;
|
||||||
state: SelectButtonState;
|
state: SelectButtonState;
|
||||||
context: SelectButtonContext;
|
context: SelectButtonContext;
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type SidebarPassThroughOptionType = SidebarPassThroughAttributes
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface SidebarPassThroughMethodOptions {
|
export interface SidebarPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: SidebarProps;
|
props: SidebarProps;
|
||||||
state: SidebarState;
|
state: SidebarState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,7 @@ export declare type SkeletonPassThroughOptionType = SkeletonPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface SkeletonPassThroughMethodOptions {
|
export interface SkeletonPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: SkeletonProps;
|
props: SkeletonProps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@ export declare type SliderPassThroughOptionType = SliderPassThroughAttributes |
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface SliderPassThroughMethodOptions {
|
export interface SliderPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: SliderProps;
|
props: SliderProps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ export declare type SpeedDialPassThroughOptionType = SpeedDialPassThroughAttribu
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface SpeedDialPassThroughMethodOptions {
|
export interface SpeedDialPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: SpeedDialProps;
|
props: SpeedDialProps;
|
||||||
state: SpeedDialState;
|
state: SpeedDialState;
|
||||||
context: SpeedDialContext;
|
context: SpeedDialContext;
|
||||||
|
|
|
@ -20,6 +20,7 @@ export declare type SplitButtonPassThroughOptionType = SplitButtonPassThroughAtt
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface SplitButtonPassThroughMethodOptions {
|
export interface SplitButtonPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: SplitButtonProps;
|
props: SplitButtonProps;
|
||||||
state: SplitButtonState;
|
state: SplitButtonState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type SplitterPassThroughOptionType = SplitterPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface SplitterPassThroughMethodOptions {
|
export interface SplitterPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: SplitterProps;
|
props: SplitterProps;
|
||||||
state: SplitterState;
|
state: SplitterState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type SplitterPanelPassThroughOptionType = SplitterPanelPassThroug
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface SplitterPanelPassThroughMethodOptions {
|
export interface SplitterPanelPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: SplitterPanelProps;
|
props: SplitterPanelProps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type StepsPassThroughOptionType = StepsPassThroughAttributes | ((
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface StepsPassThroughMethodOptions {
|
export interface StepsPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: StepsProps;
|
props: StepsProps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type TabMenuPassThroughOptionType = TabMenuPassThroughAttributes
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface TabMenuPassThroughMethodOptions {
|
export interface TabMenuPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: TabMenuProps;
|
props: TabMenuProps;
|
||||||
state: TabMenuState;
|
state: TabMenuState;
|
||||||
context: TabMenuContext;
|
context: TabMenuContext;
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type TabPanelPassThroughOptionType = TabPanelPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface TabPanelPassThroughMethodOptions {
|
export interface TabPanelPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: TabPanelProps;
|
props: TabPanelProps;
|
||||||
parent: TabViewPassThroughOptions;
|
parent: TabViewPassThroughOptions;
|
||||||
context: TabPanelContext;
|
context: TabPanelContext;
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type TagPassThroughOptionType = TagPassThroughAttributes | ((opti
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface TagPassThroughMethodOptions {
|
export interface TagPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: TagProps;
|
props: TagProps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@ export declare type TerminalPassThroughOptionType = TerminalPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface TerminalPassThroughMethodOptions {
|
export interface TerminalPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: TerminalProps;
|
props: TerminalProps;
|
||||||
state: TerminalState;
|
state: TerminalState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type TextareaPassThroughOptionType = TextareaPassThroughAttribute
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface TextareaPassThroughMethodOptions {
|
export interface TextareaPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: TextareaProps;
|
props: TextareaProps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type TieredMenuPassThroughOptionType = TieredMenuPassThroughAttri
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface TieredMenuPassThroughMethodOptions {
|
export interface TieredMenuPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: TieredMenuProps;
|
props: TieredMenuProps;
|
||||||
state: TieredMenuState;
|
state: TieredMenuState;
|
||||||
context: TieredMenuContext;
|
context: TieredMenuContext;
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type ToastPassThroughOptionType = ToastPassThroughAttributes | ((
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ToastPassThroughMethodOptions {
|
export interface ToastPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ToastProps;
|
props: ToastProps;
|
||||||
state: ToastState;
|
state: ToastState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type ToggleButtonPassThroughOptionType = ToggleButtonPassThroughA
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ToggleButtonPassThroughMethodOptions {
|
export interface ToggleButtonPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ToggleButtonProps;
|
props: ToggleButtonProps;
|
||||||
state: ToggleButtonState;
|
state: ToggleButtonState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type ToolbarPassThroughOptionType = ToolbarPassThroughAttributes
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface ToolbarPassThroughMethodOptions {
|
export interface ToolbarPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: ToolbarProps;
|
props: ToolbarProps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type TreePassThroughOptionType = TreePassThroughAttributes | ((op
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface TreePassThroughMethodOptions {
|
export interface TreePassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: TreeProps;
|
props: TreeProps;
|
||||||
state: TreeState;
|
state: TreeState;
|
||||||
context: TreeContext;
|
context: TreeContext;
|
||||||
|
|
|
@ -18,6 +18,7 @@ export declare type TreeSelectPassThroughOptionType = TreeSelectPassThroughAttri
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface TreeSelectPassThroughMethodOptions {
|
export interface TreeSelectPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: TreeSelectProps;
|
props: TreeSelectProps;
|
||||||
state: TreeSelectState;
|
state: TreeSelectState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,7 @@ export declare type TreeTablePassThroughOptionType = TreeTablePassThroughAttribu
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface TreeTablePassThroughMethodOptions {
|
export interface TreeTablePassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: TreeTableProps;
|
props: TreeTableProps;
|
||||||
state: TreeTableState;
|
state: TreeTableState;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type TriStateCheckboxPassThroughOptionType = TriStateCheckboxPass
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface TriStateCheckboxPassThroughMethodOptions {
|
export interface TriStateCheckboxPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: TriStateCheckboxProps;
|
props: TriStateCheckboxProps;
|
||||||
state: TriStateCheckboxState;
|
state: TriStateCheckboxState;
|
||||||
context: TriStateCheckboxContext;
|
context: TriStateCheckboxContext;
|
||||||
|
|
|
@ -17,6 +17,7 @@ export declare type VirtualScrollerPassThroughOptionType = VirtualScrollerPassTh
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
*/
|
*/
|
||||||
export interface VirtualScrollerPassThroughMethodOptions {
|
export interface VirtualScrollerPassThroughMethodOptions {
|
||||||
|
instance: any;
|
||||||
props: VirtualScrollerProps;
|
props: VirtualScrollerProps;
|
||||||
state: VirtualScrollerState;
|
state: VirtualScrollerState;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue