export type ShortcodeProps = {
	clipboardValue: string;
	label: string;
	help: string;
	fieldName: string;
    width?: string; // Added width prop for custom styling
};
