mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Inplace
This commit is contained in:
parent
6cce144ab9
commit
033c7304f3
3 changed files with 86 additions and 58 deletions
5
components/lib/inplace/Inplace.d.ts
vendored
5
components/lib/inplace/Inplace.d.ts
vendored
|
@ -101,6 +101,11 @@ export interface InplaceProps {
|
|||
* @type {InplacePassThroughOptions}
|
||||
*/
|
||||
pt?: InplacePassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue