mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Remove plain ?no-inline
type
This commit is contained in:
parent
2426564284
commit
86ce518745
1 changed files with 0 additions and 5 deletions
5
packages/astro/client.d.ts
vendored
5
packages/astro/client.d.ts
vendored
|
@ -536,11 +536,6 @@ declare module '*?inline' {
|
|||
export default src;
|
||||
}
|
||||
|
||||
declare module '*?no-inline' {
|
||||
const src: string;
|
||||
export default src;
|
||||
}
|
||||
|
||||
declare module '*?url&inline' {
|
||||
const src: string;
|
||||
export default src;
|
||||
|
|
Loading…
Reference in a new issue