fenextjs-component
Version:
7 lines (6 loc) • 325 B
TypeScript
import React from "react";
import { DesignBoxUseDataProps } from "../boxUnit";
export interface DesignBoxBackgroundProps extends DesignBoxUseDataProps {
textBackground?: string;
}
export declare const DesignBoxBackground: ({ textBackground, data, onChangeData, ...props }: DesignBoxBackgroundProps) => React.JSX.Element;