UNPKG

184 BJavaScriptView Raw
1import { border } from '@atlaskit/adf-schema';
2export const borderPlugin = () => ({
3 name: 'border',
4 marks() {
5 return [{
6 name: 'border',
7 mark: border
8 }];
9 }
10});
\No newline at end of file