StylesheetAsset: {
    content: string;
    type: "inline";
} | {
    src: string;
    type: "external";
}

Type declaration

  • content: string
  • type: "inline"

Type declaration

  • src: string
  • type: "external"