init: 初始化模板项目
This commit is contained in:
7
apps/next/types.d.ts
vendored
Normal file
7
apps/next/types.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { config } from '@my/config'
|
||||
|
||||
export type Conf = typeof config
|
||||
|
||||
declare module '@my/ui' {
|
||||
interface TamaguiCustomConfig extends Conf {}
|
||||
}
|
||||
Reference in New Issue
Block a user