geopf-extensions-openlayers
Version:
French Geoportal Extensions for OpenLayers libraries
13 lines • 713 B
TypeScript
export default ControlListDOM;
declare namespace ControlListDOM {
function _addUID(id: string): string;
function _createMainContainerElement(): HTMLElement;
function _createShowControlListPictoElement(): HTMLElement;
function _createControlListPanelElement(): HTMLElement;
function _createControlListPanelDivElement(): HTMLDivElement;
function _createControlListPanelHeaderElement(): HTMLElement;
function _createControlListPanelContentElement(): HTMLElement;
function _createControlListPanelFooterElement(controlCatalogelement: HTMLElement): HTMLElement;
function _createControlListPanelControl(control: ol.Control): HTMLElement;
}
//# sourceMappingURL=ControlListDOM.d.ts.map