UNPKG
@cloukit/pagination
Version:
latest (7.1.1)
7.1.1
7.0.0
6.0.0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
@cloukit/pagination
/
lib
/
pagination.theme.d.ts
10 lines
(9 loc)
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/*! * @license MIT * Copyright (c) 2017 Bernhard Grünewaldt - codeclou.io * https://github.com/cloukit/legal */
import
{
CloukitComponentTheme
}
from
'@cloukit/theme'
;
export
declare
class
CloukitPaginationComponentThemeDefault
extends
CloukitComponentTheme
{
constructor
(
); }