Merge pull request #302 from IBM/docs-vercel

Deploy documentation to Vercel
This commit is contained in:
Eric Liu 2020-10-05 15:55:28 -07:00 committed by GitHub
commit ea56f9acba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 93 additions and 875 deletions

6
types/index.d.ts vendored
View file

@ -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