{"version":3,"file":"pagination-config.d.ts","sources":["pagination-config.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["/**\r\n * A configuration service for the [`NgbPagination`](#/components/pagination/api#NgbPagination) component.\r\n *\r\n * You can inject this service, typically in your root component, and customize the values of its properties in\r\n * order to provide default values for all the paginations used in the application.\r\n */\r\nexport declare class NgbPaginationConfig {\r\n    disabled: boolean;\r\n    boundaryLinks: boolean;\r\n    directionLinks: boolean;\r\n    ellipses: boolean;\r\n    maxSize: number;\r\n    pageSize: number;\r\n    rotate: boolean;\r\n    size: 'sm' | 'lg';\r\n}\r\n"]}