Skip to content

Commit 868a586

Browse files
committed
feat: deprecate Theme.setup
1 parent 74caccd commit 868a586

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/client/app/theme.ts

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ export interface EnhanceAppContext {
1111
export interface Theme {
1212
Layout: Component
1313
enhanceApp?: (ctx: EnhanceAppContext) => Awaitable<void>
14+
15+
/**
16+
* @deprecated can be replaced by wrapping layout component
17+
*/
1418
setup?: () => void
1519

1620
/**

0 commit comments

Comments
 (0)