antd#AnchorProps TypeScript Examples

The following examples show how to use antd#AnchorProps. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: index.tsx    From next-basics with GNU General Public License v3.0 6 votes vote down vote up
/**
   * @kind `AnchorProps`
   * @required false
   * @default -
   * @description 锚点的具体参数,这里offsetTop设置了默认为`56`,其他参数可参考antd https://ant.design/docs/react/use-in-typescript-cn#Anchor-Props
   */
  @property({
    attribute: false,
  })
  configProps: AnchorProps;