@engie-group/fluid-design-system-react
Version:
Fluid Design System React
14 lines (12 loc) • 330 B
text/typescript
export {
NJPaginationRoot as Root,
type NJPaginationRootProps as RootProps
} from './NJPaginationRoot';
export {
NJPaginationItem as Item,
type NJPaginationItemProps as ItemProps
} from './NJPaginationItem';
export {
NJPaginationArrow as Arrow,
type NJPaginationArrowProps as ArrowProps
} from './NJPaginationArrow';