Repository URL to install this package:
|
Version:
2.8.0-studio-release ▾
|
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 };