UNPKG

dbl-components

Version:

Framework based on bootstrap 5

8 lines (7 loc) 131 B
export default class Hero { static propTypes: { children: any; }; static jsClass: string; render(): any; }