Type alias IfProps

IfProps: {
    children?: any;
    if: boolean;
}

Type declaration

  • Optional children?: any
  • if: boolean

Generated using TypeDoc