@hmiproject/helio-sdk
    Preparing search index...

    Function Children

    • Declares a prop that can hold references to other HELIO instances.

      Its content is typically handled by working with the HELIO instance tree by adding and re-ordering elements.

      Parameters

      • options: ChildrenTypeOptions

      Returns WithDefaultValue<
          PropDef<HelioChildren, TypeOptions<HelioChildren>>,
          InstanceRefListSchema,
      >

      {
      footer: props.Children({
      label: 'Footer',
      })
      }