mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Chart
This commit is contained in:
parent
8f2b9e5627
commit
1f215ce431
3 changed files with 56 additions and 27 deletions
5
components/lib/chart/Chart.d.ts
vendored
5
components/lib/chart/Chart.d.ts
vendored
|
@ -99,6 +99,11 @@ export interface ChartProps {
|
|||
* @type {ChartPassThroughOptions}
|
||||
*/
|
||||
pt?: ChartPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
export interface ChartSlots {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue