mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
8 lines
204 B
TypeScript
8 lines
204 B
TypeScript
import { EditorUtility } from './EditorUtility';
|
|
|
|
export default {
|
|
title: 'Templates/Editor Utility',
|
|
component: EditorUtility,
|
|
};
|
|
|
|
export const editorUtility = (args) => <EditorUtility {...args} />;
|