UNPKG

hongluan-ui

Version:
8 lines (7 loc) 232 B
import type { CSSProperties, FunctionalComponent } from 'vue'; declare type EmptyRendererProps = { class?: any; style?: CSSProperties; }; declare const Footer: FunctionalComponent<EmptyRendererProps>; export default Footer;