UNPKG

dbl-components

Version:

Framework based on bootstrap 5

14 lines (13 loc) 268 B
export default class Footer { static propTypes: { classes: any; copyright: any; menu: any; textOverColor: any; }; static jsClass: string; static defaultProps: { textOverColor: string; }; render(): any; }