mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
Merge pull request #302 from IBM/docs-vercel
Deploy documentation to Vercel
This commit is contained in:
commit
ea56f9acba
16 changed files with 93 additions and 875 deletions
6
types/index.d.ts
vendored
6
types/index.d.ts
vendored
|
@ -2918,6 +2918,12 @@ export class Pagination extends CarbonSvelteComponent {
|
|||
*/
|
||||
pageInputDisabled?: boolean;
|
||||
|
||||
/**
|
||||
* Set to `true` to disable the page size input
|
||||
* @default false
|
||||
*/
|
||||
pageSizeInputDisabled?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the number of items to display in a page
|
||||
* @default 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue