Function getPropsWithLayout
- getPropsWithLayout<P>(props: P, defaultProps?: P, config?: Configuration): Exclude<P, InjectedLayoutProps>
-
Type Parameters
-
P extends InjectedLayoutProps
Parameters
-
props: P
-
Optional
defaultProps: P
-
Optional
config: Configuration
Returns Exclude<P, InjectedLayoutProps>
Function used to generate a className for the component as well as strip out any non-style props
Returns
returns a className and any other non-style props