@lifi/widget
Version:
LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
8 lines (7 loc) • 324 B
TypeScript
export declare enum ElementId {
AppExpandedContainer = "widget-app-expanded-container",
Header = "widget-header",
RelativeContainer = "widget-relative-container",
ScrollableContainer = "widget-scrollable-container"
}
export declare const createElementId: (ElementId: ElementId, elementId: string) => string;