Premier commit déjà bien avancé
This commit is contained in:
16
frontend/node_modules/style-mod/dist/style-mod.d.cts
generated
vendored
Normal file
16
frontend/node_modules/style-mod/dist/style-mod.d.cts
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
export class StyleModule {
|
||||
constructor(spec: {[selector: string]: StyleSpec}, options?: {
|
||||
finish?(sel: string): string
|
||||
})
|
||||
getRules(): string
|
||||
static mount(
|
||||
root: Document | ShadowRoot | DocumentOrShadowRoot,
|
||||
module: StyleModule | ReadonlyArray<StyleModule>,
|
||||
options?: {nonce?: string}
|
||||
): void
|
||||
static newName(): string
|
||||
}
|
||||
|
||||
export type StyleSpec = {
|
||||
[propOrSelector: string]: string | number | StyleSpec | null
|
||||
}
|
||||
Reference in New Issue
Block a user