wgm-swap-components
Version:
A React component library for token swap interfaces
15 lines (14 loc) • 478 B
TypeScript
/**
* CSS utility functions for WGM Swap Components
*/
export declare const STYLES_CSS_PATH = "wgm-swap-components/dist/styles.css";
/**
* Programmatically load CSS styles for WGM Swap Components
* Useful for dynamic imports or conditional loading
*/
export declare const loadWGMStyles: () => void;
/**
* Get CSS content as string for inline usage
* Note: This requires bundler support for CSS imports
*/
export declare const getWGMStylesContent: () => Promise<string>;