4 lines
129 B
Plaintext
4 lines
129 B
Plaintext
import { BaseAttributeWrapper } from './Attribute';
|
|
export default class SpreadAttributeWrapper extends BaseAttributeWrapper {
|
|
}
|