CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
style-mod.d.ts17 linesDownload Raw Back to src
1export class StyleModule {2  constructor(spec: {[selector: string]: StyleSpec}, options?: {3    finish?(sel: string): string4  })5  getRules(): string6  static mount(7    root: Document | ShadowRoot | DocumentOrShadowRoot,8    module: StyleModule | ReadonlyArray<StyleModule>,9    options?: {nonce?: string}10  ): void11  static newName(): string12}13 14export type StyleSpec = {15  [propOrSelector: string]: string | number | StyleSpec | null16}17 
basant307/AI_Governance_Project · CoolFace