UNPKG

element3

Version:

A Component Library for Vue3

10 lines (7 loc) 202 B
import { ElementUIComponent } from './component' /** Footer Component */ interface IFooter extends ElementUIComponent { /** Height of the footer */ height: string } export const ElFooter: IFooter