UNPKG

dbl-components

Version:

Framework based on bootstrap 5

13 lines (12 loc) 276 B
export default class Link extends Component { static propTypes: any; tag: any; get componentProps(): { to: any; replace: any; ref: any; target: any; component: any; }; } import Component from "../component";