mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor on d.ts
This commit is contained in:
parent
8b6cc1b060
commit
f02874cc18
257 changed files with 574 additions and 574 deletions
6
packages/primevue/src/fieldset/Fieldset.d.ts
vendored
6
packages/primevue/src/fieldset/Fieldset.d.ts
vendored
|
@ -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;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* @module fieldsetstyle
|
||||
*
|
||||
*/
|
||||
import { BaseStyle } from '../../base/style';
|
||||
import type { BaseStyle } from '@primevue/core/base/style';
|
||||
|
||||
export enum FieldsetClasses {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue