UNPKG

@porsche-design-system/components-js

Version:

Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.

7 lines (6 loc) 305 B
export type Cdn = 'auto' | 'cn'; export type Format = 'html' | 'jsx'; export type FormatWithJS = 'html' | 'jsx' | 'js'; export type FormatWithCSP = Format | 'sha256'; export declare const throwIfRunInBrowser: (partialName: string) => void; export declare const getSha256Hash: (content: string) => string;