Refactor on d.ts

This commit is contained in:
Mert Sincan 2024-06-12 00:08:08 +01:00
parent 8b6cc1b060
commit f02874cc18
257 changed files with 574 additions and 574 deletions

View file

@ -7,10 +7,10 @@
* @module fieldset
*
*/
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
import type { ComponentHooks } from '@primevue/core/basecomponent';
import type { PassThroughOptions } from 'primevue/passthrough';
import { AnchorHTMLAttributes, TransitionProps, VNode } from 'vue';
import { ComponentHooks } from '../../../core/src/basecomponent';
import { PassThroughOptions } from '../passthrough';
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
export declare type FieldsetPassThroughOptionType = FieldsetPassThroughAttributes | ((options: FieldsetPassThroughMethodOptions) => FieldsetPassThroughAttributes | string) | string | null | undefined;

View file

@ -7,7 +7,7 @@
* @module fieldsetstyle
*
*/
import { BaseStyle } from '../../base/style';
import type { BaseStyle } from '@primevue/core/base/style';
export enum FieldsetClasses {
/**