6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
declare const _default: {
|
|
name: string;
|
|
class: string;
|
|
}[];
|
|
export default _default;
|