UNPKG
tect-element-ui
Version:
latest (1.0.0)
1.0.0
A Component Library for Vue.js.
element.eleme.io
ElemeFE/element
tect-element-ui
/
types
/
footer.d.ts
8 lines
(6 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import { ElementUIComponent }
from
'./component'
/** Footer Component */
export
declare
class
ElFooter
extends
ElementUIComponent
{
/** Height of the footer */
height:
string
}