mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add declaration file for resolveConfig (#8924)
* add declaration file for resolveConfig * alter spacing to match other .d.ts files
This commit is contained in:
parent
b311c203d9
commit
76f02e407e
3
resolveConfig.d.ts
vendored
Normal file
3
resolveConfig.d.ts
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import type { Config } from './types/config'
|
||||
declare function resolveConfig(config: Config): Config
|
||||
export = resolveConfig
|
||||
Loading…
x
Reference in New Issue
Block a user