Type alias ViewProps

ViewProps: {
    as?: string;
} & ShorthandProps & AllHTMLAttributes<any>

Type declaration

  • Optional as?: string

Generated using TypeDoc