diff --git a/components/divider/demo/basic.md b/components/divider/demo/basic.md index 724424e5..ba558b4c 100644 --- a/components/divider/demo/basic.md +++ b/components/divider/demo/basic.md @@ -9,17 +9,19 @@ order: 0 import React from 'react' import ReactDOM from 'react-dom' import { Divider } from '@kdcloudjs/kdesign' +import type { IDividerProps } from '@kdcloudjs/kdesign' const Demo: React.FC = () => { + const style: IDividerProps['style'] = { margin: '10px 0', width: '720px' } // 改下面的代码 return (
KDesign of React 是金蝶生态设计系统,将设计赋能给产品、设计、开发各个环节,以保障金蝶系产品的统一体验。
-KDesign of React 是金蝶生态设计系统,将设计赋能给产品、设计、开发各个环节,以保障金蝶系产品的统一体验。
-KDesign of React 是金蝶生态设计系统,将设计赋能给产品、设计、开发各个环节,以保障金蝶系产品的统一体验。
-