@ecp.eth/sdk / embed / EmbedConfigThemeOtherSchemaType
Type Alias: EmbedConfigThemeOtherSchemaType
type EmbedConfigThemeOtherSchemaType = {
radius?: string;
root-padding-horizontal?: string;
root-padding-vertical?: string;
};
Defined in: packages/sdk/src/embed/schemas/index.ts:130
Type declaration
radius?
optional radius: string;
root-padding-horizontal?
optional root-padding-horizontal: string;
root-padding-vertical?
optional root-padding-vertical: string;