import { IPublicTypeSnippet } from '@alilc/lowcode-types'; /** * ToolBar 组件物料片段 */ const snippets: IPublicTypeSnippet[] = [ { title: 'PisellToolBar', screenshot: '', schema: { componentName: 'PisellToolBar', props: { style: { width: '100%', }, }, children: [], }, }, ]; export default snippets;