UNPKG

dbl-components

Version:

Framework based on bootstrap 5

18 lines (17 loc) 339 B
export default class NavListCards { static propTypes: { menu: any; }; static jsClass: string; static defaultProps: { menu: never[]; }; constructor(props: any); state: { type: string; }; componentDidMount(): void; getAsCards(): any; getAsList(): any; render(): any; }