interface TopVisualProps {
    color?: DevfiveColorKey;
    height?: ResponsiveValue<string | number>;
    src?: string;
    title?: string;
    video?: VideoPlayerProps;
}

Properties

height?: ResponsiveValue<string | number>
src?: string
title?: string

Generated using TypeDoc