solid-panes
Version:
Solid-compatible Panes: applets and views for the mashlib and databrowser
15 lines • 498 B
TypeScript
import 'solid-ui/components/footer';
import type { LiveStore } from 'rdflib';
declare module 'solid-ui/components/footer';
import 'solid-ui/components/footer';
type FooterElement = HTMLElement & {
store?: LiveStore | null;
position?: 'static' | 'absolute' | 'relative' | 'fixed' | 'sticky';
top?: string;
right?: string;
bottom?: string;
left?: string;
};
export declare function createFooter(store: LiveStore): FooterElement;
export {};
//# sourceMappingURL=footer.d.ts.map