/**
* LINE Messaging API
* This document describes LINE Messaging API.
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { FlexComponentBase } from "./models.js";
export type FlexIcon = FlexComponentBase & {
type: "icon";
/**
*
* @see url Documentation
*/
url: string;
/**
*
* @see size Documentation
*/
size?: string;
/**
*
* @see aspectRatio Documentation
*/
aspectRatio?: string;
/**
*
* @see margin Documentation
*/
margin?: string;
/**
*
* @see position Documentation
*/
position?: FlexIcon.PositionEnum;
/**
*
* @see offsetTop Documentation
*/
offsetTop?: string;
/**
*
* @see offsetBottom Documentation
*/
offsetBottom?: string;
/**
*
* @see offsetStart Documentation
*/
offsetStart?: string;
/**
*
* @see offsetEnd Documentation
*/
offsetEnd?: string;
/**
*
* @see scaling Documentation
*/
scaling?: boolean;
};
export declare namespace FlexIcon {
type PositionEnum = "relative" | "absolute";
}
//# sourceMappingURL=flexIcon.d.ts.map