UNPKG

dbl-components

Version:

Framework based on bootstrap 5

22 lines (21 loc) 454 B
export default class CardsNavigation { static propTypes: { closestId: any; menu: any; }; static jsClass: string; static defaultProps: { menu: never[]; }; constructor(props: any); state: { rowCols: string; }; id: string; onResize: ({ target, width }: { target: any; width: any; }) => void; componentDidMount(): void; render(): any; }