Type alias ICellProps

ICellProps: {
    autoStart?: boolean;
    source?: string;
}

Type declaration

  • Optional autoStart?: boolean
  • Optional source?: string

Generated using TypeDoc