Interface TextProps

interface TextProps {
    content?: string;
}

Properties

Properties

content?: string