UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

10 lines (7 loc) 236 B
import { SideKeyword } from '../types/sideKeyword'; import { Styles } from '../types/style'; declare function border( sideKeyword: SideKeyword | string | number, ...values: Array<string | number> ): Styles; export default border;