mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Carousel
This commit is contained in:
parent
4597ac5cab
commit
73ade7e82b
3 changed files with 242 additions and 182 deletions
5
components/lib/carousel/Carousel.d.ts
vendored
5
components/lib/carousel/Carousel.d.ts
vendored
|
@ -256,6 +256,11 @@ export interface CarouselProps {
|
|||
* @type {CarouselPassThroughOptions}
|
||||
*/
|
||||
pt?: CarouselPassThroughOptions;
|
||||
/**
|
||||
* 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