Packages

@twind/with-next/app

MIT License Latest Release Github

Functions

default

default(config): React.JSXElementConstructor<AppProps>

Parameters

NameType
configTwindConfig<any> | TwindUserConfig<any, Preset<BaseTheme>[]>

Returns

React.JSXElementConstructor<AppProps>

Defined in

packages/with-next/src/app.ts:11

default<Props, Component>(config, AppComponent, isProduction?): Component

Type parameters

Name
Props
Component

Parameters

NameType
configTwindConfig<any> | TwindUserConfig<any, Preset<BaseTheme>[]>
AppComponentObject
isProduction?boolean

Returns

Component

Defined in

packages/with-next/src/app.ts:15