mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 17:25:34 +08:00
chore: add tailwindcss-safe-area module type declaration
This commit is contained in:
parent
0d9f5d73fd
commit
f8bf02e9c7
@ -1,7 +1,5 @@
|
|||||||
import daisyui from 'daisyui'
|
import daisyui from 'daisyui'
|
||||||
import { Config } from 'tailwindcss'
|
import { Config } from 'tailwindcss'
|
||||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
||||||
// @ts-ignore
|
|
||||||
import safeArea from 'tailwindcss-safe-area'
|
import safeArea from 'tailwindcss-safe-area'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
1
typings/index.d.ts
vendored
Normal file
1
typings/index.d.ts
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
declare module 'tailwindcss-safe-area'
|
Loading…
Reference in New Issue
Block a user