Fixed #4125 - Pass Through Props: Syntactic improvement suggestion

This commit is contained in:
mertsincan 2023-07-11 23:42:43 +01:00
parent 9cdbd621f1
commit 5f09ecd0a0
88 changed files with 110 additions and 88 deletions

View file

@ -11,7 +11,7 @@ import { ButtonHTMLAttributes, VNode } from 'vue';
import { ComponentHooks } from '../basecomponent';
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
export declare type PanelPassThroughOptionType = PanelPassThroughAttributes | ((options: PanelPassThroughMethodOptions) => PanelPassThroughAttributes) | null | undefined;
export declare type PanelPassThroughOptionType = PanelPassThroughAttributes | ((options: PanelPassThroughMethodOptions) => PanelPassThroughAttributes | string) | string | null | undefined;
/**
* Custom passthrough(pt) option method.