docs: remove node-sass, gh-pages config

This commit is contained in:
Eric Liu 2020-10-04 11:33:41 -07:00
commit 5ac29b52d5
5 changed files with 47 additions and 725 deletions

6
types/index.d.ts vendored
View file

@ -2913,6 +2913,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