Skip to content

Commit

Permalink
Refactor #3965 - update d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed May 16, 2023
1 parent 987bf9c commit fb77964
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/config/PrimeVue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ interface PrimeVueConfiguration {
filterMatchModeOptions?: any;
zIndex?: PrimeVueZIndexOptions;
pt?: PrimeVuePTOptions;
unstyled?: boolean;
}

interface PrimeVueZIndexOptions {
Expand Down
5 changes: 5 additions & 0 deletions components/lib/fieldset/Fieldset.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ export interface FieldsetProps {
* @type {FieldsetPassThroughOptions}
*/
pt?: FieldsetPassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}

/**
Expand Down
5 changes: 5 additions & 0 deletions components/lib/panel/Panel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ export interface PanelProps {
* @type {PanelPassThroughOptions}
*/
pt?: PanelPassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}

/**
Expand Down

0 comments on commit fb77964

Please sign in to comment.