Function getPropsWithLayout

  • 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

    Type Parameters

    • P extends InjectedLayoutProps

    Parameters

    • props: P
    • Optional defaultProps: P
    • Optional config: Configuration

    Returns Exclude<P, InjectedLayoutProps>

Generated using TypeDoc