10 lines
128 B
JavaScript

import { create } from '../common/create';
create({
props: {
type: String,
mark: Boolean,
plain: Boolean
}
});