Q:

styled components type argument generic

// antd -> Table is a generic component
import styled from 'styled-components'
import { Table as AntdTable } from 'antd'

export const Table = styled(AntdTable)`
...
` as typeof AntdTable
0

New to Communities?

Join the community