UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

9 lines (8 loc) 249 B
import { Atom } from "../../atom"; export declare class ImageAtom extends Atom { static CSS_CLASS: string; getName(): Promise<string>; getWidth(): Promise<string>; getHeight(): Promise<string>; getFloatings(): Promise<string>; }