- CourseList(props: {} & {
theme?: any;
} & {
as?: undefined;
forwardedAs?: undefined;
}): ReactElement<{} & {
theme?: any;
}, string | JSXElementConstructor<any>>
-
Parameters
-
props: {} & {
theme?: any;
} & {
as?: undefined;
forwardedAs?: undefined;
}
Returns ReactElement<{} & {
theme?: any;
}, string | JSXElementConstructor<any>>
- CourseList<AsC, FAsC>(props: StyledComponentPropsWithAs<AsC, any, any, never, AsC, FAsC>): ReactElement<StyledComponentPropsWithAs<AsC, any, any, never, AsC, FAsC>, string | JSXElementConstructor<any>>
-
Type Parameters
-
AsC extends string | ComponentType<any> = "div"
-
FAsC extends string | ComponentType<any> = AsC
Parameters
-
props: StyledComponentPropsWithAs<AsC, any, any, never, AsC, FAsC>
Returns ReactElement<StyledComponentPropsWithAs<AsC, any, any, never, AsC, FAsC>, string | JSXElementConstructor<any>>