Repository URL to install this package:
Version:
0.9.6 ▾
|
declare const CopyrightText: {
'@id': string;
'@type': string;
domain: string[];
range: string[];
comment: string;
label: string;
}[];
declare const classes: {
CopyrightSection: string;
Separator: string;
};
export { CopyrightText, classes };