mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
docs: remove node-sass, gh-pages config
This commit is contained in:
parent
0b89a229d2
commit
5ac29b52d5
5 changed files with 47 additions and 725 deletions
6
types/index.d.ts
vendored
6
types/index.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue