@openc-bv/design-system
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -0,7 +1,18 @@ | ||
/** @typedef {typeof __propDef.props} FooterProps */ | ||
/** @typedef {typeof __propDef.events} FooterEvents */ | ||
/** @typedef {typeof __propDef.slots} FooterSlots */ | ||
export default class Footer extends SvelteComponentTyped<{}, { | ||
[evt: string]: CustomEvent<any>; | ||
}, { | ||
social: {}; | ||
copyright: {}; | ||
legal: {}; | ||
}> { | ||
} | ||
export type FooterProps = typeof __propDef.props; | ||
export type FooterEvents = typeof __propDef.events; | ||
export type FooterSlots = typeof __propDef.slots; | ||
import { SvelteComponentTyped } from "svelte"; | ||
import { BackgroundElement } from "../types"; | ||
declare const __propDef: { | ||
props: { | ||
/** Background element. */ backgroundElement?: BackgroundElement | undefined; | ||
}; | ||
props: {}; | ||
events: { | ||
@@ -16,7 +27,2 @@ [evt: string]: CustomEvent<any>; | ||
}; | ||
export declare type FooterProps = typeof __propDef.props; | ||
export declare type FooterEvents = typeof __propDef.events; | ||
export declare type FooterSlots = typeof __propDef.slots; | ||
export default class Footer extends SvelteComponentTyped<FooterProps, FooterEvents, FooterSlots> { | ||
} | ||
export {}; |
{ | ||
"name": "@openc-bv/design-system", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "autoprefixer": "^10.4.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1001
606056