5 lines
214 B
TypeScript
Raw Normal View History

2024-01-29 09:26:07 +08:00
export { default as paginationDark } from './dark';
export { default as paginationLight } from './light';
export { paginationRtl } from './rtl';
export type { PaginationTheme, PaginationThemeVars } from './light';