add custom styling to common component
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
import type { JSX } from "react";
|
||||
import type { IElixFormsComponentCustomFormFieldFactory } from "./IElixFormsComponentCustomFormFieldFactory";
|
||||
|
||||
export interface IElixFormsComponentProperties {
|
||||
description: string;
|
||||
isDarkTheme: boolean;
|
||||
@@ -13,6 +10,7 @@ export interface IElixFormsComponentProperties {
|
||||
headerTitle?: string;
|
||||
pageTitle?: string;
|
||||
pageDescription?: string;
|
||||
submitDescription?: string;
|
||||
heroImageSrc?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user