export interface UpLigneProps {
    color?: string;
    textAlign?: string;
    className?: string;
    dataFor?: string;
}
