11 lines
131 B
JavaScript

import { create } from '../common/create';
create({
props: {
border: {
type: Boolean,
value: true
}
}
});